Html Css Color HEX #39575F Casal

📋 copy color: '#39575F'

red 57 ◦ green 87 ◦ blue 95

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

Shades of Casal #39575F

Tints of Casal #39575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 23.85%
G = 36.4%
B = 39.75%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39575F (or 0x39575F) is known color: Casal. HEX triplet: 39, 57 and 5F. RGB value is (57,87,95). Sum of RGB (Red+Green+Blue) = 57+87+95=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #39575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39575F is #C6A8A0. Grayscale: #4E4E4E. Windows color (decimal): -13019297 or 6248249. OLE color: 6248249.

HSL color Cylindrical-coordinate representation of color #39575F: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #39575F is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 87 95 -
CMYK 0.40 0.08 0 0.63
HSL 192.63º 0.25% 0.3% -
HSV(B) 192.63º 0.4% 0.37% -
XYZ 7.16 8.51 12.09 -
YUV 78.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 57 87 95 0.40 0.08 0 0.63 192.63 0.25 0.3
Hex 39 57 5F 28 8 0 3F C1 19 1E
Octal 71 127 137 50 10 0 77 301 31 36
Binary 111001 1010111 1011111 101000 1000 0 111111 11000001 11001 11110

Color Harmonies of #39575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39575F

Black with #39575F

Text Example


Text Example

White with #39575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39575F; }

 p { color: rgb(57,87,95); }

 H1.HeaderClassName
 {
   color: #39575F;
 }
 .AnyTagClassName
 {
   color: #39575F;
 }
</style>

background-color css

<style>
 a { background-color: #39575F; }

 a { background-color: rgb(57,87,95); }

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

border-color css

<style>
 span { border-color: #39575F; }

 span { border-color: rgb(57,87,95); }

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