#415577

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

Shades of Chambray #415577

Tints of Chambray #415577

Color information

#415577 (or 0x415577) is unknown color: approx Chambray. HEX triplet: 41, 55 and 77. RGB value is (65,85,119). Sum of RGB (Red+Green+Blue) = 65+85+119=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #415577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415577 is #BEAA88. Grayscale: #525252. Windows color (decimal): -12495497 or 7820609. OLE color: 7820609.

HSL color Cylindrical-coordinate representation of color #415577: hue angle of 217.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415577 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6585119-
CMYK0.450.2900.53
HSL217.78º29.35%36.08%-
HSV(B)217.78º45.38%46.67%-
XYZ8.768.9518.72-
YUV82.9148.37115.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=24.16%
G=31.60%
B=44.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65851190.450.2900.53217.7829.3536.08
Hex4155772D1D035da1d24
Octal10112516755350653323544
Binary1000001101010111101111011011110101101011101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415577; }

 p { color: rgb(65,85,119); }

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

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

 a { background-color: rgb(65,85,119); }

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

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

 span { border-color: rgb(65,85,119); }

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