#335A60

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

Shades of Casal #335A60

Tints of Casal #335A60

Color information

#335A60 (or 0x335A60) is unknown color: approx Casal. HEX triplet: 33, 5A and 60. RGB value is (51,90,96). Sum of RGB (Red+Green+Blue) = 51+90+96=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #335A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A60 is #CCA59F. Grayscale: #4E4E4E. Windows color (decimal): -13411744 or 6314547. OLE color: 6314547.

HSL color Cylindrical-coordinate representation of color #335A60: hue angle of 188º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #335A60 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB519096-
CMYK0.470.0600.62
HSL188º30.61%28.82%-
HSV(B)188º46.88%37.65%-
XYZ7.138.8612.4-
YUV79.02137.58108.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=21.52%
G=37.97%
B=40.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5190960.470.0600.6218830.6128.82
Hex335A602F603Ebc1f1d
Octal631321405760762743735
Binary110011101101011000001011111100111110101111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335A60; }

 p { color: rgb(51,90,96); }

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

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

 a { background-color: rgb(51,90,96); }

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

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

 span { border-color: rgb(51,90,96); }

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