#435156

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

Shades of Casal #435156

Tints of Casal #435156

Color information

#435156 (or 0x435156) is unknown color: approx Casal. HEX triplet: 43, 51 and 56. RGB value is (67,81,86). Sum of RGB (Red+Green+Blue) = 67+81+86=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #435156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435156 is #BCAEA9. Grayscale: #4D4D4D. Windows color (decimal): -12365482 or 5656899. OLE color: 5656899.

HSL color Cylindrical-coordinate representation of color #435156: hue angle of 195.79º 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 #435156 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB678186-
CMYK0.220.0600.66
HSL195.79º12.42%30%-
HSV(B)195.79º22.09%33.73%-
XYZ6.947.759.93-
YUV77.38132.86120.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=28.63%
G=34.62%
B=36.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6781860.220.0600.66195.7912.4230
Hex435156166042c4c1e
Octal10312112626601023041436
Binary100001110100011010110101101100100001011000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435156; }

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

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

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

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

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

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

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

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