Html Css Color HEX #515AAA Rich Blue

📋 copy color: '#515AAA'

red 81 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #515AAA

Tints of Rich Blue #515AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 23.75%
G = 26.39%
B = 49.85%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515AAA (or 0x515AAA) is known color: Rich Blue. HEX triplet: 51, 5A and AA. RGB value is (81,90,170). Sum of RGB (Red+Green+Blue) = 81+90+170=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #515AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515AAA is #AEA555. Grayscale: #606060. Windows color (decimal): -11445590 or 11164241. OLE color: 11164241.

HSL color Cylindrical-coordinate representation of color #515AAA: hue angle of 233.93º 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 #515AAA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 90 170 -
CMYK 0.52 0.47 0 0.33
HSL 233.93º 0.35% 0.49% -
HSV(B) 233.93º 0.52% 0.67% -
XYZ 14.31 11.96 39.59 -
YUV 96.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 81 90 170 0.52 0.47 0 0.33 233.93 0.35 0.49
Hex 51 5A AA 34 2F 0 21 EA 23 31
Octal 121 132 252 64 57 0 41 352 43 61
Binary 1010001 1011010 10101010 110100 101111 0 100001 11101010 100011 110001

Color Harmonies of #515AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AAA

Black with #515AAA

Text Example


Text Example

White with #515AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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