#335057

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

Shades of Casal #335057

Tints of Casal #335057

Color information

#335057 (or 0x335057) is unknown color: approx Casal. HEX triplet: 33, 50 and 57. RGB value is (51,80,87). Sum of RGB (Red+Green+Blue) = 51+80+87=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #335057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335057 is #CCAFA8. Grayscale: #484848. Windows color (decimal): -13414313 or 5722163. OLE color: 5722163.

HSL color Cylindrical-coordinate representation of color #335057: hue angle of 191.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335057 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB518087-
CMYK0.410.0800.66
HSL191.67º26.09%27.06%-
HSV(B)191.67º41.38%34.12%-
XYZ5.957.1310.08-
YUV72.13136.39112.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=23.39%
G=36.70%
B=39.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5180870.410.0800.66191.6726.0927.06
Hex335057298042c01a1b
Octal63120127511001023003233
Binary11001110100001010111101001100001000010110000001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335057; }

 p { color: rgb(51,80,87); }

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

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

 a { background-color: rgb(51,80,87); }

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

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

 span { border-color: rgb(51,80,87); }

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