Html Css Color HEX #36585A Oracle

📋 copy color: '#36585A'

red 54 ◦ green 88 ◦ blue 90

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

Shades of Oracle #36585A

Tints of Oracle #36585A

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 54 88 90 -
CMYK 0.40 0.02 0 0.65
HSL 183.33º 0.25% 0.28% -
HSV(B) 183.33º 0.4% 0.35% -
XYZ 6.86 8.5 10.95 -
YUV 78.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 54 88 90 0.40 0.02 0 0.65 183.33 0.25 0.28
Hex 36 58 5A 28 2 0 41 B7 19 1C
Octal 66 130 132 50 2 0 101 267 31 34
Binary 110110 1011000 1011010 101000 10 0 1000001 10110111 11001 11100

Color Harmonies of #36585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36585A

Black with #36585A

Text Example


Text Example

White with #36585A

Text Example


Text Example

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