Html Css Color HEX #455584 Chambray

📋 copy color: '#455584'

red 69 ◦ green 85 ◦ blue 132

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

Shades of Chambray #455584

Tints of Chambray #455584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 24.13%
G = 29.72%
B = 46.15%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#455584 (or 0x455584) is known color: Chambray. HEX triplet: 45, 55 and 84. RGB value is (69,85,132). Sum of RGB (Red+Green+Blue) = 69+85+132=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #455584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455584 is #BAAA7B. Grayscale: #555555. Windows color (decimal): -12233340 or 8672581. OLE color: 8672581.

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

Color convert

RGB 69 85 132 -
CMYK 0.48 0.36 0 0.48
HSL 224.76º 0.31% 0.39% -
HSV(B) 224.76º 0.48% 0.52% -
XYZ 9.87 9.43 23.13 -
YUV 85.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 69 85 132 0.48 0.36 0 0.48 224.76 0.31 0.39
Hex 45 55 84 30 24 0 30 E1 1F 27
Octal 105 125 204 60 44 0 60 341 37 47
Binary 1000101 1010101 10000100 110000 100100 0 110000 11100001 11111 100111

Color Harmonies of #455584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455584

Black with #455584

Text Example


Text Example

White with #455584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455584; }

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

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

background-color css

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

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

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

border-color css

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

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

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