Html Css Color HEX #515BBA Rich Blue

📋 copy color: '#515BBA'

red 81 ◦ green 91 ◦ blue 186

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

Shades of Rich Blue #515BBA

Tints of Rich Blue #515BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 22.63%
G = 25.42%
B = 51.96%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#515BBA (or 0x515BBA) is known color: Rich Blue. HEX triplet: 51, 5B and BA. RGB value is (81,91,186). Sum of RGB (Red+Green+Blue) = 81+91+186=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #515BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BBA is #AEA445. Grayscale: #626262. Windows color (decimal): -11445318 or 12213073. OLE color: 12213073.

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

Color convert

RGB 81 91 186 -
CMYK 0.56 0.51 0 0.27
HSL 234.29º 0.43% 0.52% -
HSV(B) 234.29º 0.56% 0.73% -
XYZ 16 12.78 48.08 -
YUV 98.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 81 91 186 0.56 0.51 0 0.27 234.29 0.43 0.52
Hex 51 5B BA 38 33 0 1B EA 2B 34
Octal 121 133 272 70 63 0 33 352 53 64
Binary 1010001 1011011 10111010 111000 110011 0 11011 11101010 101011 110100

Color Harmonies of #515BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BBA

Black with #515BBA

Text Example


Text Example

White with #515BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,186); }

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

background-color css

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

 a { background-color: rgb(81,91,186); }

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

border-color css

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

 span { border-color: rgb(81,91,186); }

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