Html Css Color HEX #515A72 Chambray

📋 copy color: '#515A72'

red 81 ◦ green 90 ◦ blue 114

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

Shades of Chambray #515A72

Tints of Chambray #515A72

RGB

 RED value IS 81 (32.03% from 255) = 28.42%

 GREEN value IS 90 (35.55% from 255) = 31.58%

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

R = 28.42%
G = 31.58%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515A72 (or 0x515A72) is known color: Chambray. HEX triplet: 51, 5A and 72. RGB value is (81,90,114). Sum of RGB (Red+Green+Blue) = 81+90+114=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #515A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A72 is #AEA58D. Grayscale: #595959. Windows color (decimal): -11445646 or 7494225. OLE color: 7494225.

HSL color Cylindrical-coordinate representation of color #515A72: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #515A72 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 90 114 -
CMYK 0.29 0.21 0 0.55
HSL 223.64º 0.17% 0.38% -
HSV(B) 223.64º 0.29% 0.45% -
XYZ 10.09 10.28 17.37 -
YUV 90.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 81 90 114 0.29 0.21 0 0.55 223.64 0.17 0.38
Hex 51 5A 72 1D 15 0 37 E0 11 26
Octal 121 132 162 35 25 0 67 340 21 46
Binary 1010001 1011010 1110010 11101 10101 0 110111 11100000 10001 100110

Color Harmonies of #515A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A72

Black with #515A72

Text Example


Text Example

White with #515A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515A72; }

 p { color: rgb(81,90,114); }

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

background-color css

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

 a { background-color: rgb(81,90,114); }

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

border-color css

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

 span { border-color: rgb(81,90,114); }

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