Html Css Color HEX #51497E Victoria

📋 copy color: '#51497E'

red 81 ◦ green 73 ◦ blue 126

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

Shades of Victoria #51497E

Tints of Victoria #51497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

 BLUE value IS 126 (49.61% from 255) = 45%

R = 28.93%
G = 26.07%
B = 45%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51497E (or 0x51497E) is known color: Victoria. HEX triplet: 51, 49 and 7E. RGB value is (81,73,126). Sum of RGB (Red+Green+Blue) = 81+73+126=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #51497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51497E is #AEB681. Grayscale: #515151. Windows color (decimal): -11449986 or 8276305. OLE color: 8276305.

HSL color Cylindrical-coordinate representation of color #51497E: hue angle of 249.06º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51497E is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 73 126 -
CMYK 0.36 0.42 0 0.51
HSL 249.06º 0.27% 0.39% -
HSV(B) 249.06º 0.42% 0.49% -
XYZ 9.54 8.02 20.78 -
YUV 81.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 81 73 126 0.36 0.42 0 0.51 249.06 0.27 0.39
Hex 51 49 7E 24 2A 0 33 F9 1B 27
Octal 121 111 176 44 52 0 63 371 33 47
Binary 1010001 1001001 1111110 100100 101010 0 110011 11111001 11011 100111

Color Harmonies of #51497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51497E

Black with #51497E

Text Example


Text Example

White with #51497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51497E; }

 p { color: rgb(81,73,126); }

 H1.HeaderClassName
 {
   color: #51497E;
 }
 .AnyTagClassName
 {
   color: #51497E;
 }
</style>

background-color css

<style>
 a { background-color: #51497E; }

 a { background-color: rgb(81,73,126); }

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

border-color css

<style>
 span { border-color: #51497E; }

 span { border-color: rgb(81,73,126); }

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