Html Css Color HEX #515C7E Chambray

📋 copy color: '#515C7E'

red 81 ◦ green 92 ◦ blue 126

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

Shades of Chambray #515C7E

Tints of Chambray #515C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

 BLUE value IS 126 (49.61% from 255) = 42.14%

R = 27.09%
G = 30.77%
B = 42.14%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#515C7E (or 0x515C7E) is known color: Chambray. HEX triplet: 51, 5C and 7E. RGB value is (81,92,126). Sum of RGB (Red+Green+Blue) = 81+92+126=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #515C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C7E is #AEA381. Grayscale: #5C5C5C. Windows color (decimal): -11445122 or 8281169. OLE color: 8281169.

HSL color Cylindrical-coordinate representation of color #515C7E: hue angle of 225.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #515C7E is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 92 126 -
CMYK 0.36 0.27 0 0.51
HSL 225.33º 0.22% 0.41% -
HSV(B) 225.33º 0.36% 0.49% -
XYZ 10.99 10.91 21.27 -
YUV 92.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 81 92 126 0.36 0.27 0 0.51 225.33 0.22 0.41
Hex 51 5C 7E 24 1B 0 33 E1 16 29
Octal 121 134 176 44 33 0 63 341 26 51
Binary 1010001 1011100 1111110 100100 11011 0 110011 11100001 10110 101001

Color Harmonies of #515C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C7E

Black with #515C7E

Text Example


Text Example

White with #515C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,126); }

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

background-color css

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

 a { background-color: rgb(81,92,126); }

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

border-color css

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

 span { border-color: rgb(81,92,126); }

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