#405C61

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

Shades of Casal #405C61

Tints of Casal #405C61

Color information

#405C61 (or 0x405C61) is unknown color: approx Casal. HEX triplet: 40, 5C and 61. RGB value is (64,92,97). Sum of RGB (Red+Green+Blue) = 64+92+97=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #405C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C61 is #BFA39E. Grayscale: #545454. Windows color (decimal): -12559263 or 6380608. OLE color: 6380608.

HSL color Cylindrical-coordinate representation of color #405C61: hue angle of 189.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405C61 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB649297-
CMYK0.340.0500.62
HSL189.09º20.5%31.57%-
HSV(B)189.09º34.02%38.04%-
XYZ8.19.6112.74-
YUV84.2135.22113.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=25.30%
G=36.36%
B=38.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6492970.340.0500.62189.0920.531.57
Hex405C6122503Ebd1420
Octal1001341414250762752440
Binary10000001011100110000110001010101111101011110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405C61; }

 p { color: rgb(64,92,97); }

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

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

 a { background-color: rgb(64,92,97); }

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

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

 span { border-color: rgb(64,92,97); }

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