Html Css Color HEX #455575 Chambray

📋 copy color: '#455575'

red 69 ◦ green 85 ◦ blue 117

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

Shades of Chambray #455575

Tints of Chambray #455575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 25.46%
G = 31.37%
B = 43.17%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455575 (or 0x455575) is known color: Chambray. HEX triplet: 45, 55 and 75. RGB value is (69,85,117). Sum of RGB (Red+Green+Blue) = 69+85+117=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #455575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455575 is #BAAA8A. Grayscale: #535353. Windows color (decimal): -12233355 or 7689541. OLE color: 7689541.

HSL color Cylindrical-coordinate representation of color #455575: hue angle of 220º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455575 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 85 117 -
CMYK 0.41 0.27 0 0.54
HSL 220º 0.26% 0.36% -
HSV(B) 220º 0.41% 0.46% -
XYZ 8.91 9.05 18.11 -
YUV 83.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 69 85 117 0.41 0.27 0 0.54 220 0.26 0.36
Hex 45 55 75 29 1B 0 36 DC 1A 24
Octal 105 125 165 51 33 0 66 334 32 44
Binary 1000101 1010101 1110101 101001 11011 0 110110 11011100 11010 100100

Color Harmonies of #455575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455575

Black with #455575

Text Example


Text Example

White with #455575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455575; }

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

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

background-color css

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

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

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

border-color css

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

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

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