#375D63

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

Shades of Casal #375D63

Tints of Casal #375D63

Color information

#375D63 (or 0x375D63) is unknown color: approx Casal. HEX triplet: 37, 5D and 63. RGB value is (55,93,99). Sum of RGB (Red+Green+Blue) = 55+93+99=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #375D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D63 is #C8A29C. Grayscale: #525252. Windows color (decimal): -13148829 or 6511927. OLE color: 6511927.

HSL color Cylindrical-coordinate representation of color #375D63: hue angle of 188.18º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375D63 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB559399-
CMYK0.440.0600.61
HSL188.18º28.57%30.2%-
HSV(B)188.18º44.44%38.82%-
XYZ7.749.5413.24-
YUV82.32137.41108.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=22.27%
G=37.65%
B=40.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5593990.440.0600.61188.1828.5730.2
Hex375D632C603Dbc1d1e
Octal671351435460752743536
Binary110111101110111000111011001100111101101111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D63; }

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

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

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

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

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

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

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

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