#36585A

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

Shades of Oracle #36585A

Tints of Oracle #36585A

Color information

#36585A (or 0x36585A) is unknown color: approx Oracle. HEX triplet: 36, 58 and 5A. RGB value is (54,88,90). Sum of RGB (Red+Green+Blue) = 54+88+90=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #36585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36585A is #C9A7A5. Grayscale: #4E4E4E. Windows color (decimal): -13215654 or 5920822. OLE color: 5920822.

HSL color Cylindrical-coordinate representation of color #36585A: hue angle of 183.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #36585A is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548890-
CMYK0.400.0200.65
HSL183.33º25%28.24%-
HSV(B)183.33º40%35.29%-
XYZ6.868.510.95-
YUV78.06134.74110.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=23.28%
G=37.93%
B=38.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488900.400.0200.65183.332528.24
Hex36585A282041b7191c
Octal6613013250201012673134
Binary110110101100010110101010001001000001101101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36585A; }

 p { color: rgb(54,88,90); }

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

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

 a { background-color: rgb(54,88,90); }

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

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

 span { border-color: rgb(54,88,90); }

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