#405356

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

Shades of Casal #405356

Tints of Casal #405356

Color information

#405356 (or 0x405356) is unknown color: approx Casal. HEX triplet: 40, 53 and 56. RGB value is (64,83,86). Sum of RGB (Red+Green+Blue) = 64+83+86=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #405356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405356 is #BFACA9. Grayscale: #4D4D4D. Windows color (decimal): -12561578 or 5657408. OLE color: 5657408.

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

Color convert

RGB648386-
CMYK0.260.0300.66
HSL188.18º14.67%29.41%-
HSV(B)188.18º25.58%33.73%-
XYZ6.897.959.98-
YUV77.66132.71118.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=27.47%
G=35.62%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6483860.260.0300.66188.1814.6729.41
Hex4053561A3042bcf1d
Octal10012312632301022741735
Binary10000001010011101011011010110100001010111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405356; }

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

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

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

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

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

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

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

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