#405B62

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

Shades of Casal #405B62

Tints of Casal #405B62

Color information

#405B62 (or 0x405B62) is unknown color: approx Casal. HEX triplet: 40, 5B and 62. RGB value is (64,91,98). Sum of RGB (Red+Green+Blue) = 64+91+98=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #405B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B62 is #BFA49D. Grayscale: #535353. Windows color (decimal): -12559518 or 6445888. OLE color: 6445888.

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

Color convert

RGB649198-
CMYK0.350.0700.62
HSL192.35º20.99%31.76%-
HSV(B)192.35º34.69%38.43%-
XYZ8.069.4512.96-
YUV83.72136.05113.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=25.30%
G=35.97%
B=38.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6491980.350.0700.62192.3520.9931.76
Hex405B6223703Ec01520
Octal1001331424370763002540
Binary10000001011011110001010001111101111101100000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,91,98); }

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

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

 a { background-color: rgb(64,91,98); }

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

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

 span { border-color: rgb(64,91,98); }

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