Html Css Color HEX #515C84 Chambray

📋 copy color: '#515C84'

red 81 ◦ green 92 ◦ blue 132

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

Shades of Chambray #515C84

Tints of Chambray #515C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 26.56%
G = 30.16%
B = 43.28%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#515C84 (or 0x515C84) is known color: Chambray. HEX triplet: 51, 5C and 84. RGB value is (81,92,132). Sum of RGB (Red+Green+Blue) = 81+92+132=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #515C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C84 is #AEA37B. Grayscale: #5D5D5D. Windows color (decimal): -11445116 or 8674385. OLE color: 8674385.

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

Color convert

RGB 81 92 132 -
CMYK 0.39 0.30 0 0.48
HSL 227.06º 0.24% 0.42% -
HSV(B) 227.06º 0.39% 0.52% -
XYZ 11.39 11.07 23.37 -
YUV 93.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 81 92 132 0.39 0.30 0 0.48 227.06 0.24 0.42
Hex 51 5C 84 27 1E 0 30 E3 18 2A
Octal 121 134 204 47 36 0 60 343 30 52
Binary 1010001 1011100 10000100 100111 11110 0 110000 11100011 11000 101010

Color Harmonies of #515C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C84

Black with #515C84

Text Example


Text Example

White with #515C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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