Html Css Color HEX #37575D Casal

📋 copy color: '#37575D'

red 55 ◦ green 87 ◦ blue 93

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

Shades of Casal #37575D

Tints of Casal #37575D

RGB

 RED value IS 55 (21.88% from 255) = 23.4%

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

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 23.4%
G = 37.02%
B = 39.57%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37575D (or 0x37575D) is known color: Casal. HEX triplet: 37, 57 and 5D. RGB value is (55,87,93). Sum of RGB (Red+Green+Blue) = 55+87+93=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #37575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37575D is #C8A8A2. Grayscale: #4E4E4E. Windows color (decimal): -13150371 or 6117175. OLE color: 6117175.

HSL color Cylindrical-coordinate representation of color #37575D: hue angle of 189.47º 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 #37575D is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 87 93 -
CMYK 0.41 0.06 0 0.64
HSL 189.47º 0.26% 0.29% -
HSV(B) 189.47º 0.41% 0.36% -
XYZ 6.96 8.42 11.61 -
YUV 78.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 55 87 93 0.41 0.06 0 0.64 189.47 0.26 0.29
Hex 37 57 5D 29 6 0 40 BD 1A 1D
Octal 67 127 135 51 6 0 100 275 32 35
Binary 110111 1010111 1011101 101001 110 0 1000000 10111101 11010 11101

Color Harmonies of #37575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37575D

Black with #37575D

Text Example


Text Example

White with #37575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37575D; }

 p { color: rgb(55,87,93); }

 H1.HeaderClassName
 {
   color: #37575D;
 }
 .AnyTagClassName
 {
   color: #37575D;
 }
</style>

background-color css

<style>
 a { background-color: #37575D; }

 a { background-color: rgb(55,87,93); }

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

border-color css

<style>
 span { border-color: #37575D; }

 span { border-color: rgb(55,87,93); }

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