Html Css Color HEX #514B83 Victoria

📋 copy color: '#514B83'

red 81 ◦ green 75 ◦ blue 131

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

Shades of Victoria #514B83

Tints of Victoria #514B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 28.22%
G = 26.13%
B = 45.64%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#514B83 (or 0x514B83) is known color: Victoria. HEX triplet: 51, 4B and 83. RGB value is (81,75,131). Sum of RGB (Red+Green+Blue) = 81+75+131=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #514B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514B83 is #AEB47C. Grayscale: #525252. Windows color (decimal): -11449469 or 8604497. OLE color: 8604497.

HSL color Cylindrical-coordinate representation of color #514B83: hue angle of 246.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514B83 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 75 131 -
CMYK 0.38 0.43 0 0.49
HSL 246.43º 0.27% 0.4% -
HSV(B) 246.43º 0.43% 0.51% -
XYZ 10.01 8.42 22.57 -
YUV 83.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 81 75 131 0.38 0.43 0 0.49 246.43 0.27 0.4
Hex 51 4B 83 26 2B 0 31 F6 1B 28
Octal 121 113 203 46 53 0 61 366 33 50
Binary 1010001 1001011 10000011 100110 101011 0 110001 11110110 11011 101000

Color Harmonies of #514B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B83

Black with #514B83

Text Example


Text Example

White with #514B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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