#355F65

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

Shades of Casal #355F65

Tints of Casal #355F65

Color information

#355F65 (or 0x355F65) is unknown color: approx Casal. HEX triplet: 35, 5F and 65. RGB value is (53,95,101). Sum of RGB (Red+Green+Blue) = 53+95+101=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 95 (37.5% from 255 or 38.15% 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 #355F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F65 is #CAA09A. Grayscale: #535353. Windows color (decimal): -13279387 or 6643509. OLE color: 6643509.

HSL color Cylindrical-coordinate representation of color #355F65: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #355F65 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5395101-
CMYK0.480.0600.60
HSL187.5º31.17%30.2%-
HSV(B)187.5º47.52%39.61%-
XYZ7.919.8813.8-
YUV83.13138.09106.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=21.29%
G=38.15%
B=40.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53951010.480.0600.60187.531.1730.2
Hex355F6530603Cbc1f1e
Octal651371456060742743736
Binary110101101111111001011100001100111100101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355F65; }

 p { color: rgb(53,95,101); }

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

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

 a { background-color: rgb(53,95,101); }

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

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

 span { border-color: rgb(53,95,101); }

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