Html Css Color HEX #515B74 Chambray

📋 copy color: '#515B74'

red 81 ◦ green 91 ◦ blue 116

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

Shades of Chambray #515B74

Tints of Chambray #515B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 28.13%
G = 31.6%
B = 40.28%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515B74 (or 0x515B74) is known color: Chambray. HEX triplet: 51, 5B and 74. RGB value is (81,91,116). Sum of RGB (Red+Green+Blue) = 81+91+116=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #515B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B74 is #AEA48B. Grayscale: #5A5A5A. Windows color (decimal): -11445388 or 7625553. OLE color: 7625553.

HSL color Cylindrical-coordinate representation of color #515B74: hue angle of 222.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515B74 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 91 116 -
CMYK 0.30 0.22 0 0.55
HSL 222.86º 0.18% 0.39% -
HSV(B) 222.86º 0.3% 0.45% -
XYZ 10.29 10.49 18.01 -
YUV 90.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 81 91 116 0.30 0.22 0 0.55 222.86 0.18 0.39
Hex 51 5B 74 1E 16 0 37 DF 12 27
Octal 121 133 164 36 26 0 67 337 22 47
Binary 1010001 1011011 1110100 11110 10110 0 110111 11011111 10010 100111

Color Harmonies of #515B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B74

Black with #515B74

Text Example


Text Example

White with #515B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,116); }

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

background-color css

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

 a { background-color: rgb(81,91,116); }

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

border-color css

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

 span { border-color: rgb(81,91,116); }

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