Html Css Color HEX #455577 Chambray

📋 copy color: '#455577'

red 69 ◦ green 85 ◦ blue 119

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

Shades of Chambray #455577

Tints of Chambray #455577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 25.27%
G = 31.14%
B = 43.59%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455577 (or 0x455577) is known color: Chambray. HEX triplet: 45, 55 and 77. RGB value is (69,85,119). Sum of RGB (Red+Green+Blue) = 69+85+119=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #455577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455577 is #BAAA88. Grayscale: #535353. Windows color (decimal): -12233353 or 7820613. OLE color: 7820613.

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

Color convert

RGB 69 85 119 -
CMYK 0.42 0.29 0 0.53
HSL 220.8º 0.27% 0.37% -
HSV(B) 220.8º 0.42% 0.47% -
XYZ 9.03 9.09 18.73 -
YUV 84.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 69 85 119 0.42 0.29 0 0.53 220.8 0.27 0.37
Hex 45 55 77 2A 1D 0 35 DD 1B 25
Octal 105 125 167 52 35 0 65 335 33 45
Binary 1000101 1010101 1110111 101010 11101 0 110101 11011101 11011 100101

Color Harmonies of #455577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455577

Black with #455577

Text Example


Text Example

White with #455577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455577; }

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

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

background-color css

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

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

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

border-color css

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

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

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