Html Css Color HEX #515A75 Chambray

📋 copy color: '#515A75'

red 81 ◦ green 90 ◦ blue 117

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

Shades of Chambray #515A75

Tints of Chambray #515A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.25%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 28.13%
G = 31.25%
B = 40.63%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515A75 (or 0x515A75) is known color: Chambray. HEX triplet: 51, 5A and 75. RGB value is (81,90,117). Sum of RGB (Red+Green+Blue) = 81+90+117=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #515A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A75 is #AEA58A. Grayscale: #5A5A5A. Windows color (decimal): -11445643 or 7690833. OLE color: 7690833.

HSL color Cylindrical-coordinate representation of color #515A75: hue angle of 225º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515A75 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 90 117 -
CMYK 0.31 0.23 0 0.54
HSL 225º 0.18% 0.39% -
HSV(B) 225º 0.31% 0.46% -
XYZ 10.26 10.35 18.29 -
YUV 90.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 81 90 117 0.31 0.23 0 0.54 225 0.18 0.39
Hex 51 5A 75 1F 17 0 36 E1 12 27
Octal 121 132 165 37 27 0 66 341 22 47
Binary 1010001 1011010 1110101 11111 10111 0 110110 11100001 10010 100111

Color Harmonies of #515A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A75

Black with #515A75

Text Example


Text Example

White with #515A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,117); }

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

background-color css

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

 a { background-color: rgb(81,90,117); }

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

border-color css

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

 span { border-color: rgb(81,90,117); }

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