Html Css Color HEX #515BBB Rich Blue

📋 copy color: '#515BBB'

red 81 ◦ green 91 ◦ blue 187

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

Shades of Rich Blue #515BBB

Tints of Rich Blue #515BBB

RGB

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

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

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

R = 22.56%
G = 25.35%
B = 52.09%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#515BBB (or 0x515BBB) is known color: Rich Blue. HEX triplet: 51, 5B and BB. RGB value is (81,91,187). Sum of RGB (Red+Green+Blue) = 81+91+187=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #515BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BBB is #AEA444. Grayscale: #626262. Windows color (decimal): -11445317 or 12278609. OLE color: 12278609.

HSL color Cylindrical-coordinate representation of color #515BBB: hue angle of 234.34º 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 #515BBB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 91 187 -
CMYK 0.57 0.51 0 0.27
HSL 234.34º 0.44% 0.53% -
HSV(B) 234.34º 0.57% 0.73% -
XYZ 16.1 12.82 48.64 -
YUV 98.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 81 91 187 0.57 0.51 0 0.27 234.34 0.44 0.53
Hex 51 5B BB 39 33 0 1B EA 2C 35
Octal 121 133 273 71 63 0 33 352 54 65
Binary 1010001 1011011 10111011 111001 110011 0 11011 11101010 101100 110101

Color Harmonies of #515BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BBB

Black with #515BBB

Text Example


Text Example

White with #515BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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