#375560

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

Shades of Casal #375560

Tints of Casal #375560

Color information

#375560 (or 0x375560) is unknown color: approx Casal. HEX triplet: 37, 55 and 60. RGB value is (55,85,96). Sum of RGB (Red+Green+Blue) = 55+85+96=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #375560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375560 is #C8AA9F. Grayscale: #4D4D4D. Windows color (decimal): -13150880 or 6313271. OLE color: 6313271.

HSL color Cylindrical-coordinate representation of color #375560: hue angle of 196.1º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #375560 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB558596-
CMYK0.430.1100.62
HSL196.1º27.15%29.61%-
HSV(B)196.1º42.71%37.65%-
XYZ6.948.1512.27-
YUV77.28138.56112.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=23.31%
G=36.02%
B=40.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5585960.430.1100.62196.127.1529.61
Hex3755602BB03Ec41b1e
Octal6712514053130763043336
Binary1101111010101110000010101110110111110110001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375560; }

 p { color: rgb(55,85,96); }

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

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

 a { background-color: rgb(55,85,96); }

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

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

 span { border-color: rgb(55,85,96); }

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