#36585C

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

Shades of Oracle #36585C

Tints of Oracle #36585C

Color information

#36585C (or 0x36585C) is unknown color: approx Oracle. HEX triplet: 36, 58 and 5C. RGB value is (54,88,92). Sum of RGB (Red+Green+Blue) = 54+88+92=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #36585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36585C is #C9A7A3. Grayscale: #4E4E4E. Windows color (decimal): -13215652 or 6051894. OLE color: 6051894.

HSL color Cylindrical-coordinate representation of color #36585C: hue angle of 186.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36585C is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB548892-
CMYK0.410.0400.64
HSL186.32º26.03%28.63%-
HSV(B)186.32º41.3%36.08%-
XYZ6.948.5411.41-
YUV78.29135.74110.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=23.08%
G=37.61%
B=39.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5488920.410.0400.64186.3226.0328.63
Hex36585C294040ba1a1d
Octal6613013451401002723235
Binary1101101011000101110010100110001000000101110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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