Html Css Color HEX #515B77 Chambray

📋 copy color: '#515B77'

red 81 ◦ green 91 ◦ blue 119

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

Shades of Chambray #515B77

Tints of Chambray #515B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 27.84%
G = 31.27%
B = 40.89%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515B77 (or 0x515B77) is known color: Chambray. HEX triplet: 51, 5B and 77. RGB value is (81,91,119). Sum of RGB (Red+Green+Blue) = 81+91+119=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #515B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B77 is #AEA488. Grayscale: #5B5B5B. Windows color (decimal): -11445385 or 7822161. OLE color: 7822161.

HSL color Cylindrical-coordinate representation of color #515B77: hue angle of 224.21º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515B77 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 91 119 -
CMYK 0.32 0.24 0 0.53
HSL 224.21º 0.19% 0.39% -
HSV(B) 224.21º 0.32% 0.47% -
XYZ 10.46 10.56 18.94 -
YUV 91.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 81 91 119 0.32 0.24 0 0.53 224.21 0.19 0.39
Hex 51 5B 77 20 18 0 35 E0 13 27
Octal 121 133 167 40 30 0 65 340 23 47
Binary 1010001 1011011 1110111 100000 11000 0 110101 11100000 10011 100111

Color Harmonies of #515B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B77

Black with #515B77

Text Example


Text Example

White with #515B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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