Html Css Color HEX #39555F Casal

📋 copy color: '#39555F'

red 57 ◦ green 85 ◦ blue 95

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

Shades of Casal #39555F

Tints of Casal #39555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

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

R = 24.05%
G = 35.86%
B = 40.08%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39555F (or 0x39555F) is known color: Casal. HEX triplet: 39, 55 and 5F. RGB value is (57,85,95). Sum of RGB (Red+Green+Blue) = 57+85+95=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #39555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39555F is #C6AAA0. Grayscale: #4D4D4D. Windows color (decimal): -13019809 or 6247737. OLE color: 6247737.

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

Color convert

RGB 57 85 95 -
CMYK 0.40 0.11 0 0.63
HSL 195.79º 0.25% 0.3% -
HSV(B) 195.79º 0.4% 0.37% -
XYZ 7 8.19 12.04 -
YUV 77.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 57 85 95 0.40 0.11 0 0.63 195.79 0.25 0.3
Hex 39 55 5F 28 B 0 3F C4 19 1E
Octal 71 125 137 50 13 0 77 304 31 36
Binary 111001 1010101 1011111 101000 1011 0 111111 11000100 11001 11110

Color Harmonies of #39555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39555F

Black with #39555F

Text Example


Text Example

White with #39555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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