Html Css Color HEX #39535F Casal

📋 copy color: '#39535F'

red 57 ◦ green 83 ◦ blue 95

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

Shades of Casal #39535F

Tints of Casal #39535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

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

R = 24.26%
G = 35.32%
B = 40.43%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39535F (or 0x39535F) is known color: Casal. HEX triplet: 39, 53 and 5F. RGB value is (57,83,95). Sum of RGB (Red+Green+Blue) = 57+83+95=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #39535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39535F is #C6ACA0. Grayscale: #4C4C4C. Windows color (decimal): -13020321 or 6247225. OLE color: 6247225.

HSL color Cylindrical-coordinate representation of color #39535F: hue angle of 198.95º 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 #39535F is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 83 95 -
CMYK 0.40 0.13 0 0.63
HSL 198.95º 0.25% 0.3% -
HSV(B) 198.95º 0.4% 0.37% -
XYZ 6.85 7.88 11.99 -
YUV 76.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 57 83 95 0.40 0.13 0 0.63 198.95 0.25 0.3
Hex 39 53 5F 28 D 0 3F C7 19 1E
Octal 71 123 137 50 15 0 77 307 31 36
Binary 111001 1010011 1011111 101000 1101 0 111111 11000111 11001 11110

Color Harmonies of #39535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39535F

Black with #39535F

Text Example


Text Example

White with #39535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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