Html Css Color HEX #36585C Oracle

📋 copy color: '#36585C'

red 54 ◦ green 88 ◦ blue 92

#36585C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #36585C

Tints of Oracle #36585C

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 value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36585C (or 0x36585C) is known color: 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

RGB 54 88 92 -
CMYK 0.41 0.04 0 0.64
HSL 186.32º 0.26% 0.29% -
HSV(B) 186.32º 0.41% 0.36% -
XYZ 6.94 8.54 11.41 -
YUV 78.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 54 88 92 0.41 0.04 0 0.64 186.32 0.26 0.29
Hex 36 58 5C 29 4 0 40 BA 1A 1D
Octal 66 130 134 51 4 0 100 272 32 35
Binary 110110 1011000 1011100 101001 100 0 1000000 10111010 11010 11101

Color Harmonies of #36585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36585C

Black with #36585C

Text Example


Text Example

White with #36585C

Text Example


Text Example

HTML Codes & Css Web 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>