#435256

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

Shades of Casal #435256

Tints of Casal #435256

Color information

#435256 (or 0x435256) is unknown color: approx Casal. HEX triplet: 43, 52 and 56. RGB value is (67,82,86). Sum of RGB (Red+Green+Blue) = 67+82+86=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #435256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435256 is #BCADA9. Grayscale: #4D4D4D. Windows color (decimal): -12365226 or 5657155. OLE color: 5657155.

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

Color convert

RGB678286-
CMYK0.220.0500.66
HSL192.63º12.42%30%-
HSV(B)192.63º22.09%33.73%-
XYZ7.017.99.96-
YUV77.97132.53120.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=28.51%
G=34.89%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6782860.220.0500.66192.6312.4230
Hex435256165042c1c1e
Octal10312212626501023011436
Binary100001110100101010110101101010100001011000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435256; }

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

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

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

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

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

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

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

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