Html Css Color HEX #515F78 Chambray

📋 copy color: '#515F78'

red 81 ◦ green 95 ◦ blue 120

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

Shades of Chambray #515F78

Tints of Chambray #515F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 27.36%
G = 32.09%
B = 40.54%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#515F78 (or 0x515F78) is known color: Chambray. HEX triplet: 51, 5F and 78. RGB value is (81,95,120). Sum of RGB (Red+Green+Blue) = 81+95+120=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #515F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F78 is #AEA087. Grayscale: #5D5D5D. Windows color (decimal): -11444360 or 7888721. OLE color: 7888721.

HSL color Cylindrical-coordinate representation of color #515F78: hue angle of 218.46º 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 #515F78 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 95 120 -
CMYK 0.32 0.21 0 0.53
HSL 218.46º 0.19% 0.39% -
HSV(B) 218.46º 0.33% 0.47% -
XYZ 10.88 11.29 19.38 -
YUV 93.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 81 95 120 0.32 0.21 0 0.53 218.46 0.19 0.39
Hex 51 5F 78 20 15 0 35 DA 13 27
Octal 121 137 170 40 25 0 65 332 23 47
Binary 1010001 1011111 1111000 100000 10101 0 110101 11011010 10011 100111

Color Harmonies of #515F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F78

Black with #515F78

Text Example


Text Example

White with #515F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,95,120); }

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

background-color css

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

 a { background-color: rgb(81,95,120); }

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

border-color css

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

 span { border-color: rgb(81,95,120); }

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