#36575A

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

Shades of Oracle #36575A

Tints of Oracle #36575A

Color information

#36575A (or 0x36575A) is unknown color: approx Oracle. HEX triplet: 36, 57 and 5A. RGB value is (54,87,90). Sum of RGB (Red+Green+Blue) = 54+87+90=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #36575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36575A is #C9A8A5. Grayscale: #4D4D4D. Windows color (decimal): -13215910 or 5920566. OLE color: 5920566.

HSL color Cylindrical-coordinate representation of color #36575A: hue angle of 185º 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 #36575A is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548790-
CMYK0.400.0300.65
HSL185º25%28.24%-
HSV(B)185º40%35.29%-
XYZ6.778.3410.93-
YUV77.48135.07111.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=23.38%
G=37.66%
B=38.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5487900.400.0300.651852528.24
Hex36575A283041b9191c
Octal6612713250301012713134
Binary110110101011110110101010001101000001101110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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