Html Css Color HEX #515C87 Chambray

📋 copy color: '#515C87'

red 81 ◦ green 92 ◦ blue 135

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

Shades of Chambray #515C87

Tints of Chambray #515C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.83%

R = 26.3%
G = 29.87%
B = 43.83%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#515C87 (or 0x515C87) is known color: Chambray. HEX triplet: 51, 5C and 87. RGB value is (81,92,135). Sum of RGB (Red+Green+Blue) = 81+92+135=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #515C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C87 is #AEA378. Grayscale: #5D5D5D. Windows color (decimal): -11445113 or 8870993. OLE color: 8870993.

HSL color Cylindrical-coordinate representation of color #515C87: hue angle of 227.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515C87 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 92 135 -
CMYK 0.40 0.32 0 0.47
HSL 227.78º 0.25% 0.42% -
HSV(B) 227.78º 0.4% 0.53% -
XYZ 11.59 11.15 24.46 -
YUV 93.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 81 92 135 0.40 0.32 0 0.47 227.78 0.25 0.42
Hex 51 5C 87 28 20 0 2F E4 19 2A
Octal 121 134 207 50 40 0 57 344 31 52
Binary 1010001 1011100 10000111 101000 100000 0 101111 11100100 11001 101010

Color Harmonies of #515C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C87

Black with #515C87

Text Example


Text Example

White with #515C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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