Html Css Color HEX #36595B Oracle

📋 copy color: '#36595B'

red 54 ◦ green 89 ◦ blue 91

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

Shades of Oracle #36595B

Tints of Oracle #36595B

RGB

 RED value IS 54 (21.48% from 255) = 23.08%

 GREEN value IS 89 (35.16% from 255) = 38.03%

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 23.08%
G = 38.03%
B = 38.89%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36595B (or 0x36595B) is known color: Oracle. HEX triplet: 36, 59 and 5B. RGB value is (54,89,91). Sum of RGB (Red+Green+Blue) = 54+89+91=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #36595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36595B is #C9A6A4. Grayscale: #4E4E4E. Windows color (decimal): -13215397 or 5986614. OLE color: 5986614.

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

Color convert

RGB 54 89 91 -
CMYK 0.41 0.02 0 0.64
HSL 183.24º 0.26% 0.28% -
HSV(B) 183.24º 0.41% 0.36% -
XYZ 6.98 8.68 11.21 -
YUV 78.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 54 89 91 0.41 0.02 0 0.64 183.24 0.26 0.28
Hex 36 59 5B 29 2 0 40 B7 1A 1C
Octal 66 131 133 51 2 0 100 267 32 34
Binary 110110 1011001 1011011 101001 10 0 1000000 10110111 11010 11100

Color Harmonies of #36595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36595B

Black with #36595B

Text Example


Text Example

White with #36595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36595B; }

 p { color: rgb(54,89,91); }

 H1.HeaderClassName
 {
   color: #36595B;
 }
 .AnyTagClassName
 {
   color: #36595B;
 }
</style>

background-color css

<style>
 a { background-color: #36595B; }

 a { background-color: rgb(54,89,91); }

 div.DivClassName
 {
   background-color: #36595B;
 }
 .BgClassName
 {
   background-color: #36595B;
 }
</style>

border-color css

<style>
 span { border-color: #36595B; }

 span { border-color: rgb(54,89,91); }

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