Html Css Color HEX #515C72 Chambray

📋 copy color: '#515C72'

red 81 ◦ green 92 ◦ blue 114

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

Shades of Chambray #515C72

Tints of Chambray #515C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

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

R = 28.22%
G = 32.06%
B = 39.72%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515C72 (or 0x515C72) is known color: Chambray. HEX triplet: 51, 5C and 72. RGB value is (81,92,114). Sum of RGB (Red+Green+Blue) = 81+92+114=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #515C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C72 is #AEA38D. Grayscale: #5B5B5B. Windows color (decimal): -11445134 or 7494737. OLE color: 7494737.

HSL color Cylindrical-coordinate representation of color #515C72: hue angle of 220º 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 #515C72 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 92 114 -
CMYK 0.29 0.19 0 0.55
HSL 220º 0.17% 0.38% -
HSV(B) 220º 0.29% 0.45% -
XYZ 10.26 10.62 17.43 -
YUV 91.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 81 92 114 0.29 0.19 0 0.55 220 0.17 0.38
Hex 51 5C 72 1D 13 0 37 DC 11 26
Octal 121 134 162 35 23 0 67 334 21 46
Binary 1010001 1011100 1110010 11101 10011 0 110111 11011100 10001 100110

Color Harmonies of #515C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C72

Black with #515C72

Text Example


Text Example

White with #515C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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