Html Css Color HEX #39555C Casal

📋 copy color: '#39555C'

red 57 ◦ green 85 ◦ blue 92

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

Shades of Casal #39555C

Tints of Casal #39555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 24.36%
G = 36.32%
B = 39.32%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39555C (or 0x39555C) is known color: Casal. HEX triplet: 39, 55 and 5C. RGB value is (57,85,92). Sum of RGB (Red+Green+Blue) = 57+85+92=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #39555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39555C is #C6AAA3. Grayscale: #4D4D4D. Windows color (decimal): -13019812 or 6051129. OLE color: 6051129.

HSL color Cylindrical-coordinate representation of color #39555C: hue angle of 192º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #39555C is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 85 92 -
CMYK 0.38 0.08 0 0.64
HSL 192º 0.23% 0.29% -
HSV(B) 192º 0.38% 0.36% -
XYZ 6.87 8.14 11.33 -
YUV 77.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 57 85 92 0.38 0.08 0 0.64 192 0.23 0.29
Hex 39 55 5C 26 8 0 40 C0 17 1D
Octal 71 125 134 46 10 0 100 300 27 35
Binary 111001 1010101 1011100 100110 1000 0 1000000 11000000 10111 11101

Color Harmonies of #39555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39555C

Black with #39555C

Text Example


Text Example

White with #39555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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