Html Css Color HEX #515C7F Chambray

📋 copy color: '#515C7F'

red 81 ◦ green 92 ◦ blue 127

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

Shades of Chambray #515C7F

Tints of Chambray #515C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.33%

R = 27%
G = 30.67%
B = 42.33%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#515C7F (or 0x515C7F) is known color: Chambray. HEX triplet: 51, 5C and 7F. RGB value is (81,92,127). Sum of RGB (Red+Green+Blue) = 81+92+127=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #515C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C7F is #AEA380. Grayscale: #5C5C5C. Windows color (decimal): -11445121 or 8346705. OLE color: 8346705.

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

Color convert

RGB 81 92 127 -
CMYK 0.36 0.28 0 0.50
HSL 225.65º 0.22% 0.41% -
HSV(B) 225.65º 0.36% 0.5% -
XYZ 11.05 10.94 21.61 -
YUV 92.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 81 92 127 0.36 0.28 0 0.50 225.65 0.22 0.41
Hex 51 5C 7F 24 1C 0 32 E2 16 29
Octal 121 134 177 44 34 0 62 342 26 51
Binary 1010001 1011100 1111111 100100 11100 0 110010 11100010 10110 101001

Color Harmonies of #515C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C7F

Black with #515C7F

Text Example


Text Example

White with #515C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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