#285A60

Color #285A60 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #285A60

Tints of Oracle #285A60

Color information

#285A60 (or 0x285A60) is unknown color: approx Oracle. HEX triplet: 28, 5A and 60. RGB value is (40,90,96). Sum of RGB (Red+Green+Blue) = 40+90+96=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #285A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A60 is #D7A59F. Grayscale: #4B4B4B. Windows color (decimal): -14132640 or 6314536. OLE color: 6314536.

HSL color Cylindrical-coordinate representation of color #285A60: hue angle of 186.43º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285A60 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB409096-
CMYK0.580.0600.62
HSL186.43º41.18%26.67%-
HSV(B)186.43º58.33%37.65%-
XYZ6.648.6112.38-
YUV75.73139.44102.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=17.70%
G=39.82%
B=42.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4090960.580.0600.62186.4341.1826.67
Hex285A603A603Eba291b
Octal501321407260762725133
Binary1010001011010110000011101011001111101011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285A60; }

 p { color: rgb(40,90,96); }

 H1.HeaderClassName
 {
   color: #285A60;
 }
 .AnyTagClassName
 {
   color: #285A60;
 }
</style>
background-color css

<style>
 a { background-color: #285A60; }

 a { background-color: rgb(40,90,96); }

 div.DivClassName
 {
   background-color: #285A60;
 }
 .BgClassName
 {
   background-color: #285A60;
 }
</style>
border-color css

<style>
 span { border-color: #285A60; }

 span { border-color: rgb(40,90,96); }

 td.TdClassName
 {
   border-color: #285A60;
 }
 .TagClassName
 {
   border-color: #285A60;
 }
</style>