#375C65

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

Shades of Casal #375C65

Tints of Casal #375C65

Color information

#375C65 (or 0x375C65) is unknown color: approx Casal. HEX triplet: 37, 5C and 65. RGB value is (55,92,101). Sum of RGB (Red+Green+Blue) = 55+92+101=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #375C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C65 is #C8A39A. Grayscale: #515151. Windows color (decimal): -13149083 or 6642743. OLE color: 6642743.

HSL color Cylindrical-coordinate representation of color #375C65: hue angle of 191.74º 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 #375C65 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5592101-
CMYK0.460.0900.60
HSL191.74º29.49%30.59%-
HSV(B)191.74º45.54%39.61%-
XYZ7.759.4113.72-
YUV81.96138.74108.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=22.18%
G=37.10%
B=40.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55921010.460.0900.60191.7429.4930.59
Hex375C652E903Cc01d1f
Octal6713414556110743003537
Binary1101111011100110010110111010010111100110000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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