Html Css Color HEX #51477F Victoria

📋 copy color: '#51477F'

red 81 ◦ green 71 ◦ blue 127

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

Shades of Victoria #51477F

Tints of Victoria #51477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.52%

R = 29.03%
G = 25.45%
B = 45.52%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51477F (or 0x51477F) is known color: Victoria. HEX triplet: 51, 47 and 7F. RGB value is (81,71,127). Sum of RGB (Red+Green+Blue) = 81+71+127=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #51477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51477F is #AEB880. Grayscale: #505050. Windows color (decimal): -11450497 or 8341329. OLE color: 8341329.

HSL color Cylindrical-coordinate representation of color #51477F: hue angle of 250.71º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51477F is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 71 127 -
CMYK 0.36 0.44 0 0.50
HSL 250.71º 0.28% 0.39% -
HSV(B) 250.71º 0.44% 0.5% -
XYZ 9.48 7.79 21.08 -
YUV 80.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 81 71 127 0.36 0.44 0 0.50 250.71 0.28 0.39
Hex 51 47 7F 24 2C 0 32 FB 1C 27
Octal 121 107 177 44 54 0 62 373 34 47
Binary 1010001 1000111 1111111 100100 101100 0 110010 11111011 11100 100111

Color Harmonies of #51477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51477F

Black with #51477F

Text Example


Text Example

White with #51477F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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