#375D65

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

Shades of Casal #375D65

Tints of Casal #375D65

Color information

#375D65 (or 0x375D65) is unknown color: approx Casal. HEX triplet: 37, 5D and 65. RGB value is (55,93,101). Sum of RGB (Red+Green+Blue) = 55+93+101=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #375D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D65 is #C8A29A. Grayscale: #525252. Windows color (decimal): -13148827 or 6642999. OLE color: 6642999.

HSL color Cylindrical-coordinate representation of color #375D65: hue angle of 190.43º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #375D65 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5593101-
CMYK0.460.0800.60
HSL190.43º29.49%30.59%-
HSV(B)190.43º45.54%39.61%-
XYZ7.849.5813.75-
YUV82.55138.41108.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=22.09%
G=37.35%
B=40.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55931010.460.0800.60190.4329.4930.59
Hex375D652E803Cbe1d1f
Octal6713514556100742763537
Binary1101111011101110010110111010000111100101111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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