Html Css Color HEX #455572 Chambray

📋 copy color: '#455572'

red 69 ◦ green 85 ◦ blue 114

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

Shades of Chambray #455572

Tints of Chambray #455572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 25.75%
G = 31.72%
B = 42.54%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#455572 (or 0x455572) is known color: Chambray. HEX triplet: 45, 55 and 72. RGB value is (69,85,114). Sum of RGB (Red+Green+Blue) = 69+85+114=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #455572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455572 is #BAAA8D. Grayscale: #535353. Windows color (decimal): -12233358 or 7492933. OLE color: 7492933.

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

Color convert

RGB 69 85 114 -
CMYK 0.39 0.25 0 0.55
HSL 218.67º 0.25% 0.36% -
HSV(B) 218.67º 0.39% 0.45% -
XYZ 8.74 8.98 17.19 -
YUV 83.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 69 85 114 0.39 0.25 0 0.55 218.67 0.25 0.36
Hex 45 55 72 27 19 0 37 DB 19 24
Octal 105 125 162 47 31 0 67 333 31 44
Binary 1000101 1010101 1110010 100111 11001 0 110111 11011011 11001 100100

Color Harmonies of #455572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455572

Black with #455572

Text Example


Text Example

White with #455572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455572; }

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

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

background-color css

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

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

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

border-color css

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

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

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