Html Css Color HEX #39565C Casal

📋 copy color: '#39565C'

red 57 ◦ green 86 ◦ blue 92

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

Shades of Casal #39565C

Tints of Casal #39565C

RGB

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

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

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

R = 24.26%
G = 36.6%
B = 39.15%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#39565C (or 0x39565C) is known color: Casal. HEX triplet: 39, 56 and 5C. RGB value is (57,86,92). Sum of RGB (Red+Green+Blue) = 57+86+92=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #39565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39565C is #C6A9A3. Grayscale: #4D4D4D. Windows color (decimal): -13019556 or 6051385. OLE color: 6051385.

HSL color Cylindrical-coordinate representation of color #39565C: hue angle of 190.29º 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 #39565C is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 86 92 -
CMYK 0.38 0.07 0 0.64
HSL 190.29º 0.23% 0.29% -
HSV(B) 190.29º 0.38% 0.36% -
XYZ 6.95 8.3 11.36 -
YUV 78.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 57 86 92 0.38 0.07 0 0.64 190.29 0.23 0.29
Hex 39 56 5C 26 7 0 40 BE 17 1D
Octal 71 126 134 46 7 0 100 276 27 35
Binary 111001 1010110 1011100 100110 111 0 1000000 10111110 10111 11101

Color Harmonies of #39565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39565C

Black with #39565C

Text Example


Text Example

White with #39565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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