Html Css Color HEX #51488E Victoria

📋 copy color: '#51488E'

red 81 ◦ green 72 ◦ blue 142

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

Shades of Victoria #51488E

Tints of Victoria #51488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 27.46%
G = 24.41%
B = 48.14%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51488E (or 0x51488E) is known color: Victoria. HEX triplet: 51, 48 and 8E. RGB value is (81,72,142). Sum of RGB (Red+Green+Blue) = 81+72+142=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #51488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51488E is #AEB771. Grayscale: #525252. Windows color (decimal): -11450226 or 9324625. OLE color: 9324625.

HSL color Cylindrical-coordinate representation of color #51488E: hue angle of 247.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51488E is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 72 142 -
CMYK 0.43 0.49 0 0.44
HSL 247.71º 0.33% 0.42% -
HSV(B) 247.71º 0.49% 0.56% -
XYZ 10.59 8.34 26.64 -
YUV 82.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 81 72 142 0.43 0.49 0 0.44 247.71 0.33 0.42
Hex 51 48 8E 2B 31 0 2C F8 21 2A
Octal 121 110 216 53 61 0 54 370 41 52
Binary 1010001 1001000 10001110 101011 110001 0 101100 11111000 100001 101010

Color Harmonies of #51488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51488E

Black with #51488E

Text Example


Text Example

White with #51488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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