Html Css Color HEX #515AAC Rich Blue

📋 copy color: '#515AAC'

red 81 ◦ green 90 ◦ blue 172

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

Shades of Rich Blue #515AAC

Tints of Rich Blue #515AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 23.62%
G = 26.24%
B = 50.15%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#515AAC (or 0x515AAC) is known color: Rich Blue. HEX triplet: 51, 5A and AC. RGB value is (81,90,172). Sum of RGB (Red+Green+Blue) = 81+90+172=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #515AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515AAC is #AEA553. Grayscale: #606060. Windows color (decimal): -11445588 or 11295313. OLE color: 11295313.

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

Color convert

RGB 81 90 172 -
CMYK 0.53 0.48 0 0.33
HSL 234.07º 0.36% 0.5% -
HSV(B) 234.07º 0.53% 0.67% -
XYZ 14.5 12.04 40.59 -
YUV 96.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 81 90 172 0.53 0.48 0 0.33 234.07 0.36 0.5
Hex 51 5A AC 35 30 0 21 EA 24 32
Octal 121 132 254 65 60 0 41 352 44 62
Binary 1010001 1011010 10101100 110101 110000 0 100001 11101010 100100 110010

Color Harmonies of #515AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AAC

Black with #515AAC

Text Example


Text Example

White with #515AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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