Html Css Color HEX #455985 Chambray

📋 copy color: '#455985'

red 69 ◦ green 89 ◦ blue 133

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

Shades of Chambray #455985

Tints of Chambray #455985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 23.71%
G = 30.58%
B = 45.7%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#455985 (or 0x455985) is known color: Chambray. HEX triplet: 45, 59 and 85. RGB value is (69,89,133). Sum of RGB (Red+Green+Blue) = 69+89+133=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #455985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455985 is #BAA67A. Grayscale: #575757. Windows color (decimal): -12232315 or 8739141. OLE color: 8739141.

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

Color convert

RGB 69 89 133 -
CMYK 0.48 0.33 0 0.48
HSL 221.25º 0.32% 0.4% -
HSV(B) 221.25º 0.48% 0.52% -
XYZ 10.26 10.1 23.6 -
YUV 88.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 69 89 133 0.48 0.33 0 0.48 221.25 0.32 0.4
Hex 45 59 85 30 21 0 30 DD 20 28
Octal 105 131 205 60 41 0 60 335 40 50
Binary 1000101 1011001 10000101 110000 100001 0 110000 11011101 100000 101000

Color Harmonies of #455985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455985

Black with #455985

Text Example


Text Example

White with #455985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455985; }

 p { color: rgb(69,89,133); }

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

background-color css

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

 a { background-color: rgb(69,89,133); }

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

border-color css

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

 span { border-color: rgb(69,89,133); }

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