Html Css Color HEX #445571 Chambray

📋 copy color: '#445571'

red 68 ◦ green 85 ◦ blue 113

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

Shades of Chambray #445571

Tints of Chambray #445571

RGB

 RED value IS 68 (26.95% from 255) = 25.56%

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

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

R = 25.56%
G = 31.95%
B = 42.48%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445571 (or 0x445571) is known color: Chambray. HEX triplet: 44, 55 and 71. RGB value is (68,85,113). Sum of RGB (Red+Green+Blue) = 68+85+113=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #445571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445571 is #BBAA8E. Grayscale: #525252. Windows color (decimal): -12298895 or 7427396. OLE color: 7427396.

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

Color convert

RGB 68 85 113 -
CMYK 0.40 0.25 0 0.56
HSL 217.33º 0.25% 0.35% -
HSV(B) 217.33º 0.4% 0.44% -
XYZ 8.61 8.92 16.89 -
YUV 83.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 68 85 113 0.40 0.25 0 0.56 217.33 0.25 0.35
Hex 44 55 71 28 19 0 38 D9 19 23
Octal 104 125 161 50 31 0 70 331 31 43
Binary 1000100 1010101 1110001 101000 11001 0 111000 11011001 11001 100011

Color Harmonies of #445571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445571

Black with #445571

Text Example


Text Example

White with #445571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445571; }

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

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

background-color css

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

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

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

border-color css

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

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

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