Html Css Color HEX #51498A Victoria

📋 copy color: '#51498A'

red 81 ◦ green 73 ◦ blue 138

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

Shades of Victoria #51498A

Tints of Victoria #51498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 27.74%
G = 25%
B = 47.26%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#51498A (or 0x51498A) is known color: Victoria. HEX triplet: 51, 49 and 8A. RGB value is (81,73,138). Sum of RGB (Red+Green+Blue) = 81+73+138=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #51498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51498A is #AEB675. Grayscale: #525252. Windows color (decimal): -11449974 or 9062737. OLE color: 9062737.

HSL color Cylindrical-coordinate representation of color #51498A: hue angle of 247.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51498A is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 73 138 -
CMYK 0.41 0.47 0 0.46
HSL 247.38º 0.31% 0.41% -
HSV(B) 247.38º 0.47% 0.54% -
XYZ 10.36 8.35 25.11 -
YUV 82.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 81 73 138 0.41 0.47 0 0.46 247.38 0.31 0.41
Hex 51 49 8A 29 2F 0 2E F7 1F 29
Octal 121 111 212 51 57 0 56 367 37 51
Binary 1010001 1001001 10001010 101001 101111 0 101110 11110111 11111 101001

Color Harmonies of #51498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51498A

Black with #51498A

Text Example


Text Example

White with #51498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51498A; }

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

 H1.HeaderClassName
 {
   color: #51498A;
 }
 .AnyTagClassName
 {
   color: #51498A;
 }
</style>

background-color css

<style>
 a { background-color: #51498A; }

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

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

border-color css

<style>
 span { border-color: #51498A; }

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

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