Html Css Color HEX #45596D Chambray

📋 copy color: '#45596D'

red 69 ◦ green 89 ◦ blue 109

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

Shades of Chambray #45596D

Tints of Chambray #45596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 25.84%
G = 33.33%
B = 40.82%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#45596D (or 0x45596D) is known color: Chambray. HEX triplet: 45, 59 and 6D. RGB value is (69,89,109). Sum of RGB (Red+Green+Blue) = 69+89+109=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #45596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45596D is #BAA692. Grayscale: #555555. Windows color (decimal): -12232339 or 7166277. OLE color: 7166277.

HSL color Cylindrical-coordinate representation of color #45596D: hue angle of 210º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45596D is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 69 89 109 -
CMYK 0.37 0.18 0 0.57
HSL 210º 0.22% 0.35% -
HSV(B) 210º 0.37% 0.43% -
XYZ 8.79 9.51 15.84 -
YUV 85.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 69 89 109 0.37 0.18 0 0.57 210 0.22 0.35
Hex 45 59 6D 25 12 0 39 D2 16 23
Octal 105 131 155 45 22 0 71 322 26 43
Binary 1000101 1011001 1101101 100101 10010 0 111001 11010010 10110 100011

Color Harmonies of #45596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45596D

Black with #45596D

Text Example


Text Example

White with #45596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45596D; }

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

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

background-color css

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

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

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

border-color css

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

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

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