#375257

Color #375257 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #375257

Tints of Casal #375257

Color information

#375257 (or 0x375257) is unknown color: approx Casal. HEX triplet: 37, 52 and 57. RGB value is (55,82,87). Sum of RGB (Red+Green+Blue) = 55+82+87=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #375257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375257 is #C8ADA8. Grayscale: #4A4A4A. Windows color (decimal): -13151657 or 5722679. OLE color: 5722679.

HSL color Cylindrical-coordinate representation of color #375257: hue angle of 189.38º 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 #375257 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB558287-
CMYK0.370.0600.66
HSL189.38º22.54%27.84%-
HSV(B)189.38º36.78%34.12%-
XYZ6.317.5310.14-
YUV74.5135.05114.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=24.55%
G=36.61%
B=38.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5582870.370.0600.66189.3822.5427.84
Hex375257256042bd171c
Octal6712212745601022752734
Binary1101111010010101011110010111001000010101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375257; }

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

 H1.HeaderClassName
 {
   color: #375257;
 }
 .AnyTagClassName
 {
   color: #375257;
 }
</style>
background-color css

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

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

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

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

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

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