Html Css Color HEX #515EB3 Rich Blue

📋 copy color: '#515EB3'

red 81 ◦ green 94 ◦ blue 179

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

Shades of Rich Blue #515EB3

Tints of Rich Blue #515EB3

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 22.88%
G = 26.55%
B = 50.56%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#515EB3 (or 0x515EB3) is known color: Rich Blue. HEX triplet: 51, 5E and B3. RGB value is (81,94,179). Sum of RGB (Red+Green+Blue) = 81+94+179=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #515EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EB3 is #AEA14C. Grayscale: #636363. Windows color (decimal): -11444557 or 11755089. OLE color: 11755089.

HSL color Cylindrical-coordinate representation of color #515EB3: hue angle of 232.04º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515EB3 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 94 179 -
CMYK 0.55 0.47 0 0.30
HSL 232.04º 0.39% 0.51% -
HSV(B) 232.04º 0.55% 0.7% -
XYZ 15.53 13.01 44.34 -
YUV 99.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 81 94 179 0.55 0.47 0 0.30 232.04 0.39 0.51
Hex 51 5E B3 37 2F 0 1E E8 27 33
Octal 121 136 263 67 57 0 36 350 47 63
Binary 1010001 1011110 10110011 110111 101111 0 11110 11101000 100111 110011

Color Harmonies of #515EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EB3

Black with #515EB3

Text Example


Text Example

White with #515EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,94,179); }

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

background-color css

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

 a { background-color: rgb(81,94,179); }

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

border-color css

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

 span { border-color: rgb(81,94,179); }

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