#435257

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

Shades of Casal #435257

Tints of Casal #435257

Color information

#435257 (or 0x435257) is unknown color: approx Casal. HEX triplet: 43, 52 and 57. RGB value is (67,82,87). Sum of RGB (Red+Green+Blue) = 67+82+87=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #435257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435257 is #BCADA8. Grayscale: #4E4E4E. Windows color (decimal): -12365225 or 5722691. OLE color: 5722691.

HSL color Cylindrical-coordinate representation of color #435257: hue angle of 195º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #435257 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB678287-
CMYK0.230.0600.66
HSL195º12.99%30.2%-
HSV(B)195º22.99%34.12%-
XYZ7.057.9210.17-
YUV78.09133.03120.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=28.39%
G=34.75%
B=36.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6782870.230.0600.6619512.9930.2
Hex435257176042c3d1e
Octal10312212727601023031536
Binary100001110100101010111101111100100001011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435257; }

 p { color: rgb(67,82,87); }

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

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

 a { background-color: rgb(67,82,87); }

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

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

 span { border-color: rgb(67,82,87); }

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