Html Css Color HEX #515ABB Rich Blue

📋 copy color: '#515ABB'

red 81 ◦ green 90 ◦ blue 187

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

Shades of Rich Blue #515ABB

Tints of Rich Blue #515ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 22.63%
G = 25.14%
B = 52.23%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#515ABB (or 0x515ABB) is known color: Rich Blue. HEX triplet: 51, 5A and BB. RGB value is (81,90,187). Sum of RGB (Red+Green+Blue) = 81+90+187=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #515ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ABB is #AEA544. Grayscale: #616161. Windows color (decimal): -11445573 or 12278353. OLE color: 12278353.

HSL color Cylindrical-coordinate representation of color #515ABB: hue angle of 234.91º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515ABB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 90 187 -
CMYK 0.57 0.52 0 0.27
HSL 234.91º 0.44% 0.53% -
HSV(B) 234.91º 0.57% 0.73% -
XYZ 16.02 12.65 48.61 -
YUV 98.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 81 90 187 0.57 0.52 0 0.27 234.91 0.44 0.53
Hex 51 5A BB 39 34 0 1B EB 2C 35
Octal 121 132 273 71 64 0 33 353 54 65
Binary 1010001 1011010 10111011 111001 110100 0 11011 11101011 101100 110101

Color Harmonies of #515ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515ABB

Black with #515ABB

Text Example


Text Example

White with #515ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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