Html Css Color HEX #515C7C Chambray

📋 copy color: '#515C7C'

red 81 ◦ green 92 ◦ blue 124

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

Shades of Chambray #515C7C

Tints of Chambray #515C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 27.27%
G = 30.98%
B = 41.75%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#515C7C (or 0x515C7C) is known color: Chambray. HEX triplet: 51, 5C and 7C. RGB value is (81,92,124). Sum of RGB (Red+Green+Blue) = 81+92+124=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #515C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C7C is #AEA383. Grayscale: #5C5C5C. Windows color (decimal): -11445124 or 8150097. OLE color: 8150097.

HSL color Cylindrical-coordinate representation of color #515C7C: hue angle of 224.65º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #515C7C is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 92 124 -
CMYK 0.35 0.26 0 0.51
HSL 224.65º 0.21% 0.4% -
HSV(B) 224.65º 0.35% 0.49% -
XYZ 10.86 10.86 20.59 -
YUV 92.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 81 92 124 0.35 0.26 0 0.51 224.65 0.21 0.4
Hex 51 5C 7C 23 1A 0 33 E1 15 28
Octal 121 134 174 43 32 0 63 341 25 50
Binary 1010001 1011100 1111100 100011 11010 0 110011 11100001 10101 101000

Color Harmonies of #515C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C7C

Black with #515C7C

Text Example


Text Example

White with #515C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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