#405B6C

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

Shades of San Juan #405B6C

Tints of San Juan #405B6C

Color information

#405B6C (or 0x405B6C) is unknown color: approx San Juan. HEX triplet: 40, 5B and 6C. RGB value is (64,91,108). Sum of RGB (Red+Green+Blue) = 64+91+108=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #405B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405B6C is #BFA493. Grayscale: #545454. Windows color (decimal): -12559508 or 7101248. OLE color: 7101248.

HSL color Cylindrical-coordinate representation of color #405B6C: hue angle of 203.18º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405B6C is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6491108-
CMYK0.410.1600.58
HSL203.18º25.58%33.73%-
HSV(B)203.18º40.74%42.35%-
XYZ8.569.6515.6-
YUV84.86141.05113.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=24.33%
G=34.60%
B=41.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64911080.410.1600.58203.1825.5833.73
Hex405B6C291003Acb1a22
Octal10013315451200723133242
Binary1000000101101111011001010011000001110101100101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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