Html Css Color HEX #39595A Oracle

📋 copy color: '#39595A'

red 57 ◦ green 89 ◦ blue 90

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

Shades of Oracle #39595A

Tints of Oracle #39595A

RGB

 RED value IS 57 (22.66% from 255) = 24.15%

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 24.15%
G = 37.71%
B = 38.14%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#39595A (or 0x39595A) is known color: Oracle. HEX triplet: 39, 59 and 5A. RGB value is (57,89,90). Sum of RGB (Red+Green+Blue) = 57+89+90=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #39595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39595A is #C6A6A5. Grayscale: #4F4F4F. Windows color (decimal): -13018790 or 5921081. OLE color: 5921081.

HSL color Cylindrical-coordinate representation of color #39595A: hue angle of 181.82º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #39595A is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 90 -
CMYK 0.37 0.01 0 0.65
HSL 181.82º 0.22% 0.29% -
HSV(B) 181.82º 0.37% 0.35% -
XYZ 7.11 8.75 10.99 -
YUV 79.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 57 89 90 0.37 0.01 0 0.65 181.82 0.22 0.29
Hex 39 59 5A 25 1 0 41 B6 16 1D
Octal 71 131 132 45 1 0 101 266 26 35
Binary 111001 1011001 1011010 100101 1 0 1000001 10110110 10110 11101

Color Harmonies of #39595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39595A

Black with #39595A

Text Example


Text Example

White with #39595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,89,90); }

 H1.HeaderClassName
 {
   color: #39595A;
 }
 .AnyTagClassName
 {
   color: #39595A;
 }
</style>

background-color css

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

 a { background-color: rgb(57,89,90); }

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

border-color css

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

 span { border-color: rgb(57,89,90); }

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