#285960

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

Shades of Oracle #285960

Tints of Oracle #285960

Color information

#285960 (or 0x285960) is unknown color: approx Oracle. HEX triplet: 28, 59 and 60. RGB value is (40,89,96). Sum of RGB (Red+Green+Blue) = 40+89+96=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #285960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285960 is #D7A69F. Grayscale: #4B4B4B. Windows color (decimal): -14132896 or 6314280. OLE color: 6314280.

HSL color Cylindrical-coordinate representation of color #285960: hue angle of 187.5º 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 #285960 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB408996-
CMYK0.580.0700.62
HSL187.5º41.18%26.67%-
HSV(B)187.5º58.33%37.65%-
XYZ6.568.4412.35-
YUV75.15139.77102.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=17.78%
G=39.56%
B=42.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4089960.580.0700.62187.541.1826.67
Hex2859603A703Ebc291b
Octal501311407270762745133
Binary1010001011001110000011101011101111101011110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285960; }

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

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

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

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

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

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

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

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