Html Css Color HEX #514BBA Rich Blue

📋 copy color: '#514BBA'

red 81 ◦ green 75 ◦ blue 186

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

Shades of Rich Blue #514BBA

Tints of Rich Blue #514BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

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

R = 23.68%
G = 21.93%
B = 54.39%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#514BBA (or 0x514BBA) is known color: Rich Blue. HEX triplet: 51, 4B and BA. RGB value is (81,75,186). Sum of RGB (Red+Green+Blue) = 81+75+186=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #514BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BBA is #AEB445. Grayscale: #595959. Windows color (decimal): -11449414 or 12208977. OLE color: 12208977.

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

Color convert

RGB 81 75 186 -
CMYK 0.56 0.60 0 0.27
HSL 243.24º 0.45% 0.51% -
HSV(B) 243.24º 0.6% 0.73% -
XYZ 14.77 10.33 47.67 -
YUV 89.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 81 75 186 0.56 0.60 0 0.27 243.24 0.45 0.51
Hex 51 4B BA 38 3C 0 1B F3 2D 33
Octal 121 113 272 70 74 0 33 363 55 63
Binary 1010001 1001011 10111010 111000 111100 0 11011 11110011 101101 110011

Color Harmonies of #514BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BBA

Black with #514BBA

Text Example


Text Example

White with #514BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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