Html Css Color HEX #455571 Chambray

📋 copy color: '#455571'

red 69 ◦ green 85 ◦ blue 113

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

Shades of Chambray #455571

Tints of Chambray #455571

RGB

 RED value IS 69 (27.34% from 255) = 25.84%

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

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

R = 25.84%
G = 31.84%
B = 42.32%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455571 (or 0x455571) is known color: Chambray. HEX triplet: 45, 55 and 71. RGB value is (69,85,113). Sum of RGB (Red+Green+Blue) = 69+85+113=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #455571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455571 is #BAAA8E. Grayscale: #535353. Windows color (decimal): -12233359 or 7427397. OLE color: 7427397.

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

Color convert

RGB 69 85 113 -
CMYK 0.39 0.25 0 0.56
HSL 218.18º 0.24% 0.36% -
HSV(B) 218.18º 0.39% 0.44% -
XYZ 8.68 8.95 16.89 -
YUV 83.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 69 85 113 0.39 0.25 0 0.56 218.18 0.24 0.36
Hex 45 55 71 27 19 0 38 DA 18 24
Octal 105 125 161 47 31 0 70 332 30 44
Binary 1000101 1010101 1110001 100111 11001 0 111000 11011010 11000 100100

Color Harmonies of #455571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455571

Black with #455571

Text Example


Text Example

White with #455571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455571; }

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

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

background-color css

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

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

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

border-color css

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

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

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