Html Css Color HEX #515F70 Chambray

📋 copy color: '#515F70'

red 81 ◦ green 95 ◦ blue 112

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

Shades of Chambray #515F70

Tints of Chambray #515F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.89%

R = 28.13%
G = 32.99%
B = 38.89%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#515F70 (or 0x515F70) is known color: Chambray. HEX triplet: 51, 5F and 70. RGB value is (81,95,112). Sum of RGB (Red+Green+Blue) = 81+95+112=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #515F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F70 is #AEA08F. Grayscale: #5C5C5C. Windows color (decimal): -11444368 or 7364433. OLE color: 7364433.

HSL color Cylindrical-coordinate representation of color #515F70: hue angle of 212.9º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515F70 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 95 112 -
CMYK 0.28 0.15 0 0.56
HSL 212.9º 0.16% 0.38% -
HSV(B) 212.9º 0.28% 0.44% -
XYZ 10.41 11.1 16.92 -
YUV 92.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 81 95 112 0.28 0.15 0 0.56 212.9 0.16 0.38
Hex 51 5F 70 1C F 0 38 D5 10 26
Octal 121 137 160 34 17 0 70 325 20 46
Binary 1010001 1011111 1110000 11100 1111 0 111000 11010101 10000 100110

Color Harmonies of #515F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F70

Black with #515F70

Text Example


Text Example

White with #515F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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