Html Css Color HEX #455885 Chambray

📋 copy color: '#455885'

red 69 ◦ green 88 ◦ blue 133

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

Shades of Chambray #455885

Tints of Chambray #455885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 23.79%
G = 30.34%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#455885 (or 0x455885) is known color: Chambray. HEX triplet: 45, 58 and 85. RGB value is (69,88,133). Sum of RGB (Red+Green+Blue) = 69+88+133=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #455885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455885 is #BAA77A. Grayscale: #575757. Windows color (decimal): -12232571 or 8738885. OLE color: 8738885.

HSL color Cylindrical-coordinate representation of color #455885: hue angle of 222.19º 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 #455885 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 88 133 -
CMYK 0.48 0.34 0 0.48
HSL 222.19º 0.32% 0.4% -
HSV(B) 222.19º 0.48% 0.52% -
XYZ 10.18 9.94 23.57 -
YUV 87.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 69 88 133 0.48 0.34 0 0.48 222.19 0.32 0.4
Hex 45 58 85 30 22 0 30 DE 20 28
Octal 105 130 205 60 42 0 60 336 40 50
Binary 1000101 1011000 10000101 110000 100010 0 110000 11011110 100000 101000

Color Harmonies of #455885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455885

Black with #455885

Text Example


Text Example

White with #455885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455885; }

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

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

background-color css

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

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

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

border-color css

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

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

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