Html Css Color HEX #515D7B Chambray

📋 copy color: '#515D7B'

red 81 ◦ green 93 ◦ blue 123

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

Shades of Chambray #515D7B

Tints of Chambray #515D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 27.27%
G = 31.31%
B = 41.41%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#515D7B (or 0x515D7B) is known color: Chambray. HEX triplet: 51, 5D and 7B. RGB value is (81,93,123). Sum of RGB (Red+Green+Blue) = 81+93+123=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #515D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D7B is #AEA284. Grayscale: #5C5C5C. Windows color (decimal): -11444869 or 8084817. OLE color: 8084817.

HSL color Cylindrical-coordinate representation of color #515D7B: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #515D7B is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 93 123 -
CMYK 0.34 0.24 0 0.52
HSL 222.86º 0.21% 0.4% -
HSV(B) 222.86º 0.34% 0.48% -
XYZ 10.88 11.01 20.29 -
YUV 92.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 81 93 123 0.34 0.24 0 0.52 222.86 0.21 0.4
Hex 51 5D 7B 22 18 0 34 DF 15 28
Octal 121 135 173 42 30 0 64 337 25 50
Binary 1010001 1011101 1111011 100010 11000 0 110100 11011111 10101 101000

Color Harmonies of #515D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D7B

Black with #515D7B

Text Example


Text Example

White with #515D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,93,123); }

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

background-color css

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

 a { background-color: rgb(81,93,123); }

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

border-color css

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

 span { border-color: rgb(81,93,123); }

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