Html Css Color HEX #375057 Casal

📋 copy color: '#375057'

red 55 ◦ green 80 ◦ blue 87

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

Shades of Casal #375057

Tints of Casal #375057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

 BLUE value IS 87 (34.38% from 255) = 39.19%

R = 24.77%
G = 36.04%
B = 39.19%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#375057 (or 0x375057) is known color: Casal. HEX triplet: 37, 50 and 57. RGB value is (55,80,87). Sum of RGB (Red+Green+Blue) = 55+80+87=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #375057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375057 is #C8AFA8. Grayscale: #494949. Windows color (decimal): -13152169 or 5722167. OLE color: 5722167.

HSL color Cylindrical-coordinate representation of color #375057: hue angle of 193.12º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375057 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 80 87 -
CMYK 0.37 0.08 0 0.66
HSL 193.13º 0.23% 0.28% -
HSV(B) 193.13º 0.37% 0.34% -
XYZ 6.16 7.24 10.09 -
YUV 73.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 55 80 87 0.37 0.08 0 0.66 193.13 0.23 0.28
Hex 37 50 57 25 8 0 42 C1 17 1C
Octal 67 120 127 45 10 0 102 301 27 34
Binary 110111 1010000 1010111 100101 1000 0 1000010 11000001 10111 11100

Color Harmonies of #375057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375057

Black with #375057

Text Example


Text Example

White with #375057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375057; }

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

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

background-color css

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

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

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

border-color css

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

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

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