Html Css Color HEX #36575C Casal

📋 copy color: '#36575C'

red 54 ◦ green 87 ◦ blue 92

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

Shades of Casal #36575C

Tints of Casal #36575C

RGB

 RED value IS 54 (21.48% from 255) = 23.18%

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

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

R = 23.18%
G = 37.34%
B = 39.48%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36575C (or 0x36575C) is known color: Casal. HEX triplet: 36, 57 and 5C. RGB value is (54,87,92). Sum of RGB (Red+Green+Blue) = 54+87+92=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #36575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36575C is #C9A8A3. Grayscale: #4D4D4D. Windows color (decimal): -13215908 or 6051638. OLE color: 6051638.

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

Color convert

RGB 54 87 92 -
CMYK 0.41 0.05 0 0.64
HSL 187.89º 0.26% 0.29% -
HSV(B) 187.89º 0.41% 0.36% -
XYZ 6.86 8.37 11.38 -
YUV 77.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 54 87 92 0.41 0.05 0 0.64 187.89 0.26 0.29
Hex 36 57 5C 29 5 0 40 BC 1A 1D
Octal 66 127 134 51 5 0 100 274 32 35
Binary 110110 1010111 1011100 101001 101 0 1000000 10111100 11010 11101

Color Harmonies of #36575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36575C

Black with #36575C

Text Example


Text Example

White with #36575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,87,92); }

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

background-color css

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

 a { background-color: rgb(54,87,92); }

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

border-color css

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

 span { border-color: rgb(54,87,92); }

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