Html Css Color HEX #51487E Victoria

📋 copy color: '#51487E'

red 81 ◦ green 72 ◦ blue 126

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

Shades of Victoria #51487E

Tints of Victoria #51487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 29.03%
G = 25.81%
B = 45.16%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51487E (or 0x51487E) is known color: Victoria. HEX triplet: 51, 48 and 7E. RGB value is (81,72,126). Sum of RGB (Red+Green+Blue) = 81+72+126=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #51487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51487E is #AEB781. Grayscale: #505050. Windows color (decimal): -11450242 or 8276049. OLE color: 8276049.

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

Color convert

RGB 81 72 126 -
CMYK 0.36 0.43 0 0.51
HSL 250º 0.27% 0.39% -
HSV(B) 250º 0.43% 0.49% -
XYZ 9.48 7.89 20.76 -
YUV 80.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 81 72 126 0.36 0.43 0 0.51 250 0.27 0.39
Hex 51 48 7E 24 2B 0 33 FA 1B 27
Octal 121 110 176 44 53 0 63 372 33 47
Binary 1010001 1001000 1111110 100100 101011 0 110011 11111010 11011 100111

Color Harmonies of #51487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51487E

Black with #51487E

Text Example


Text Example

White with #51487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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