Html Css Color HEX #514B7B Victoria

📋 copy color: '#514B7B'

red 81 ◦ green 75 ◦ blue 123

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

Shades of Victoria #514B7B

Tints of Victoria #514B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.09%

R = 29.03%
G = 26.88%
B = 44.09%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#514B7B (or 0x514B7B) is known color: Victoria. HEX triplet: 51, 4B and 7B. RGB value is (81,75,123). Sum of RGB (Red+Green+Blue) = 81+75+123=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #514B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B7B is #AEB484. Grayscale: #525252. Windows color (decimal): -11449477 or 8080209. OLE color: 8080209.

HSL color Cylindrical-coordinate representation of color #514B7B: hue angle of 247.5º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #514B7B is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 75 123 -
CMYK 0.34 0.39 0 0.52
HSL 247.5º 0.24% 0.39% -
HSV(B) 247.5º 0.39% 0.48% -
XYZ 9.48 8.21 19.82 -
YUV 82.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 81 75 123 0.34 0.39 0 0.52 247.5 0.24 0.39
Hex 51 4B 7B 22 27 0 34 F8 18 27
Octal 121 113 173 42 47 0 64 370 30 47
Binary 1010001 1001011 1111011 100010 100111 0 110100 11111000 11000 100111

Color Harmonies of #514B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514B7B

Black with #514B7B

Text Example


Text Example

White with #514B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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