Html Css Color HEX #515CAD Rich Blue

📋 copy color: '#515CAD'

red 81 ◦ green 92 ◦ blue 173

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

Shades of Rich Blue #515CAD

Tints of Rich Blue #515CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50%

R = 23.41%
G = 26.59%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#515CAD (or 0x515CAD) is known color: Rich Blue. HEX triplet: 51, 5C and AD. RGB value is (81,92,173). Sum of RGB (Red+Green+Blue) = 81+92+173=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #515CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CAD is #AEA352. Grayscale: #616161. Windows color (decimal): -11445075 or 11361361. OLE color: 11361361.

HSL color Cylindrical-coordinate representation of color #515CAD: hue angle of 232.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515CAD is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 92 173 -
CMYK 0.53 0.47 0 0.32
HSL 232.83º 0.36% 0.5% -
HSV(B) 232.83º 0.53% 0.68% -
XYZ 14.76 12.42 41.15 -
YUV 97.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 81 92 173 0.53 0.47 0 0.32 232.83 0.36 0.5
Hex 51 5C AD 35 2F 0 20 E9 24 32
Octal 121 134 255 65 57 0 40 351 44 62
Binary 1010001 1011100 10101101 110101 101111 0 100000 11101001 100100 110010

Color Harmonies of #515CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CAD

Black with #515CAD

Text Example


Text Example

White with #515CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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