#285B5F

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

Shades of Oracle #285B5F

Tints of Oracle #285B5F

Color information

#285B5F (or 0x285B5F) is unknown color: approx Oracle. HEX triplet: 28, 5B and 5F. RGB value is (40,91,95). Sum of RGB (Red+Green+Blue) = 40+91+95=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #285B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B5F is #D7A4A0. Grayscale: #4C4C4C. Windows color (decimal): -14132385 or 6249256. OLE color: 6249256.

HSL color Cylindrical-coordinate representation of color #285B5F: hue angle of 184.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #285B5F is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB409195-
CMYK0.580.0400.63
HSL184.36º40.74%26.47%-
HSV(B)184.36º57.89%37.25%-
XYZ6.688.7612.17-
YUV76.21138.6102.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=17.70%
G=40.27%
B=42.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4091950.580.0400.63184.3640.7426.47
Hex285B5F3A403Fb8291a
Octal501331377240772705132
Binary1010001011011101111111101010001111111011100010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,91,95); }

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

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

 a { background-color: rgb(40,91,95); }

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

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

 span { border-color: rgb(40,91,95); }

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