Html Css Color HEX #445572 Chambray

📋 copy color: '#445572'

red 68 ◦ green 85 ◦ blue 114

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

Shades of Chambray #445572

Tints of Chambray #445572

RGB

 RED value IS 68 (26.95% from 255) = 25.47%

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

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 25.47%
G = 31.84%
B = 42.7%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445572 (or 0x445572) is known color: Chambray. HEX triplet: 44, 55 and 72. RGB value is (68,85,114). Sum of RGB (Red+Green+Blue) = 68+85+114=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #445572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445572 is #BBAA8D. Grayscale: #535353. Windows color (decimal): -12298894 or 7492932. OLE color: 7492932.

HSL color Cylindrical-coordinate representation of color #445572: hue angle of 217.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445572 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 85 114 -
CMYK 0.40 0.25 0 0.55
HSL 217.83º 0.25% 0.36% -
HSV(B) 217.83º 0.4% 0.45% -
XYZ 8.67 8.94 17.19 -
YUV 83.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 68 85 114 0.40 0.25 0 0.55 217.83 0.25 0.36
Hex 44 55 72 28 19 0 37 DA 19 24
Octal 104 125 162 50 31 0 67 332 31 44
Binary 1000100 1010101 1110010 101000 11001 0 110111 11011010 11001 100100

Color Harmonies of #445572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445572

Black with #445572

Text Example


Text Example

White with #445572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445572; }

 p { color: rgb(68,85,114); }

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

background-color css

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

 a { background-color: rgb(68,85,114); }

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

border-color css

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

 span { border-color: rgb(68,85,114); }

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