#435356

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

Shades of Casal #435356

Tints of Casal #435356

Color information

#435356 (or 0x435356) is unknown color: approx Casal. HEX triplet: 43, 53 and 56. RGB value is (67,83,86). Sum of RGB (Red+Green+Blue) = 67+83+86=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 86 - color contains mainly: blue. Hex color #435356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435356 is #BCACA9. Grayscale: #4E4E4E. Windows color (decimal): -12364970 or 5657411. OLE color: 5657411.

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

Color convert

RGB678386-
CMYK0.220.0300.66
HSL189.47º12.42%30%-
HSV(B)189.47º22.09%33.73%-
XYZ7.098.059.98-
YUV78.56132.2119.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=28.39%
G=35.17%
B=36.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6783860.220.0300.66189.4712.4230
Hex435356163042bdc1e
Octal10312312626301022751436
Binary10000111010011101011010110110100001010111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435356; }

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

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

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

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

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

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

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

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