Html Css Color HEX #405571 Chambray

📋 copy color: '#405571'

red 64 ◦ green 85 ◦ blue 113

#405571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #405571

Tints of Chambray #405571

RGB

 RED value IS 64 (25.39% from 255) = 24.43%

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 24.43%
G = 32.44%
B = 43.13%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405571 (or 0x405571) is known color: Chambray. HEX triplet: 40, 55 and 71. RGB value is (64,85,113). Sum of RGB (Red+Green+Blue) = 64+85+113=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #405571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405571 is #BFAA8E. Grayscale: #515151. Windows color (decimal): -12561039 or 7427392. OLE color: 7427392.

HSL color Cylindrical-coordinate representation of color #405571: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405571 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 85 113 -
CMYK 0.43 0.25 0 0.56
HSL 214.29º 0.28% 0.35% -
HSV(B) 214.29º 0.43% 0.44% -
XYZ 8.34 8.78 16.88 -
YUV 81.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 64 85 113 0.43 0.25 0 0.56 214.29 0.28 0.35
Hex 40 55 71 2B 19 0 38 D6 1C 23
Octal 100 125 161 53 31 0 70 326 34 43
Binary 1000000 1010101 1110001 101011 11001 0 111000 11010110 11100 100011

Color Harmonies of #405571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405571

Black with #405571

Text Example


Text Example

White with #405571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405571; }

 p { color: rgb(64,85,113); }

 H1.HeaderClassName
 {
   color: #405571;
 }
 .AnyTagClassName
 {
   color: #405571;
 }
</style>

background-color css

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

 a { background-color: rgb(64,85,113); }

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

border-color css

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

 span { border-color: rgb(64,85,113); }

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