Html Css Color HEX #39565A Casal

📋 copy color: '#39565A'

red 57 ◦ green 86 ◦ blue 90

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

Shades of Casal #39565A

Tints of Casal #39565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

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

R = 24.46%
G = 36.91%
B = 38.63%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#39565A (or 0x39565A) is known color: Casal. HEX triplet: 39, 56 and 5A. RGB value is (57,86,90). Sum of RGB (Red+Green+Blue) = 57+86+90=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #39565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39565A is #C6A9A5. Grayscale: #4D4D4D. Windows color (decimal): -13019558 or 5920313. OLE color: 5920313.

HSL color Cylindrical-coordinate representation of color #39565A: hue angle of 187.27º 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 #39565A is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 86 90 -
CMYK 0.37 0.04 0 0.65
HSL 187.27º 0.22% 0.29% -
HSV(B) 187.27º 0.37% 0.35% -
XYZ 6.86 8.26 10.91 -
YUV 77.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 57 86 90 0.37 0.04 0 0.65 187.27 0.22 0.29
Hex 39 56 5A 25 4 0 41 BB 16 1D
Octal 71 126 132 45 4 0 101 273 26 35
Binary 111001 1010110 1011010 100101 100 0 1000001 10111011 10110 11101

Color Harmonies of #39565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39565A

Black with #39565A

Text Example


Text Example

White with #39565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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