Html Css Color HEX #51477B Victoria

📋 copy color: '#51477B'

red 81 ◦ green 71 ◦ blue 123

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

Shades of Victoria #51477B

Tints of Victoria #51477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 29.45%
G = 25.82%
B = 44.73%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51477B (or 0x51477B) is known color: Victoria. HEX triplet: 51, 47 and 7B. RGB value is (81,71,123). Sum of RGB (Red+Green+Blue) = 81+71+123=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #51477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51477B is #AEB884. Grayscale: #4F4F4F. Windows color (decimal): -11450501 or 8079185. OLE color: 8079185.

HSL color Cylindrical-coordinate representation of color #51477B: hue angle of 251.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51477B is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 71 123 -
CMYK 0.34 0.42 0 0.52
HSL 251.54º 0.27% 0.38% -
HSV(B) 251.54º 0.42% 0.48% -
XYZ 9.22 7.69 19.74 -
YUV 79.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 81 71 123 0.34 0.42 0 0.52 251.54 0.27 0.38
Hex 51 47 7B 22 2A 0 34 FC 1B 26
Octal 121 107 173 42 52 0 64 374 33 46
Binary 1010001 1000111 1111011 100010 101010 0 110100 11111100 11011 100110

Color Harmonies of #51477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51477B

Black with #51477B

Text Example


Text Example

White with #51477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51477B; }

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

 H1.HeaderClassName
 {
   color: #51477B;
 }
 .AnyTagClassName
 {
   color: #51477B;
 }
</style>

background-color css

<style>
 a { background-color: #51477B; }

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

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

border-color css

<style>
 span { border-color: #51477B; }

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

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