Html Css Color HEX #514A88 Victoria

📋 copy color: '#514A88'

red 81 ◦ green 74 ◦ blue 136

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

Shades of Victoria #514A88

Tints of Victoria #514A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 27.84%
G = 25.43%
B = 46.74%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#514A88 (or 0x514A88) is known color: Victoria. HEX triplet: 51, 4A and 88. RGB value is (81,74,136). Sum of RGB (Red+Green+Blue) = 81+74+136=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #514A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A88 is #AEB577. Grayscale: #525252. Windows color (decimal): -11449720 or 8931921. OLE color: 8931921.

HSL color Cylindrical-coordinate representation of color #514A88: hue angle of 246.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514A88 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 74 136 -
CMYK 0.40 0.46 0 0.47
HSL 246.77º 0.3% 0.41% -
HSV(B) 246.77º 0.46% 0.53% -
XYZ 10.29 8.42 24.38 -
YUV 83.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 81 74 136 0.40 0.46 0 0.47 246.77 0.3 0.41
Hex 51 4A 88 28 2E 0 2F F7 1E 29
Octal 121 112 210 50 56 0 57 367 36 51
Binary 1010001 1001010 10001000 101000 101110 0 101111 11110111 11110 101001

Color Harmonies of #514A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A88

Black with #514A88

Text Example


Text Example

White with #514A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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