Html Css Color HEX #515CAA Rich Blue

📋 copy color: '#515CAA'

red 81 ◦ green 92 ◦ blue 170

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

Shades of Rich Blue #515CAA

Tints of Rich Blue #515CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 23.62%
G = 26.82%
B = 49.56%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515CAA (or 0x515CAA) is known color: Rich Blue. HEX triplet: 51, 5C and AA. RGB value is (81,92,170). Sum of RGB (Red+Green+Blue) = 81+92+170=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #515CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CAA is #AEA355. Grayscale: #616161. Windows color (decimal): -11445078 or 11164753. OLE color: 11164753.

HSL color Cylindrical-coordinate representation of color #515CAA: hue angle of 232.58º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #515CAA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 92 170 -
CMYK 0.52 0.46 0 0.33
HSL 232.58º 0.35% 0.49% -
HSV(B) 232.58º 0.52% 0.67% -
XYZ 14.48 12.31 39.64 -
YUV 97.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 81 92 170 0.52 0.46 0 0.33 232.58 0.35 0.49
Hex 51 5C AA 34 2E 0 21 E9 23 31
Octal 121 134 252 64 56 0 41 351 43 61
Binary 1010001 1011100 10101010 110100 101110 0 100001 11101001 100011 110001

Color Harmonies of #515CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515CAA

Black with #515CAA

Text Example


Text Example

White with #515CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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