Html Css Color HEX #514ABC Rich Blue

📋 copy color: '#514ABC'

red 81 ◦ green 74 ◦ blue 188

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

Shades of Rich Blue #514ABC

Tints of Rich Blue #514ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 23.62%
G = 21.57%
B = 54.81%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#514ABC (or 0x514ABC) is known color: Rich Blue. HEX triplet: 51, 4A and BC. RGB value is (81,74,188). Sum of RGB (Red+Green+Blue) = 81+74+188=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #514ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ABC is #AEB543. Grayscale: #585858. Windows color (decimal): -11449668 or 12339793. OLE color: 12339793.

HSL color Cylindrical-coordinate representation of color #514ABC: hue angle of 243.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514ABC is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 74 188 -
CMYK 0.57 0.61 0 0.26
HSL 243.68º 0.46% 0.51% -
HSV(B) 243.68º 0.61% 0.74% -
XYZ 14.92 10.28 48.77 -
YUV 89.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 81 74 188 0.57 0.61 0 0.26 243.68 0.46 0.51
Hex 51 4A BC 39 3D 0 1A F4 2E 33
Octal 121 112 274 71 75 0 32 364 56 63
Binary 1010001 1001010 10111100 111001 111101 0 11010 11110100 101110 110011

Color Harmonies of #514ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514ABC

Black with #514ABC

Text Example


Text Example

White with #514ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,74,188); }

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

background-color css

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

 a { background-color: rgb(81,74,188); }

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

border-color css

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

 span { border-color: rgb(81,74,188); }

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