Html Css Color HEX #51487D Victoria

📋 copy color: '#51487D'

red 81 ◦ green 72 ◦ blue 125

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

Shades of Victoria #51487D

Tints of Victoria #51487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 29.14%
G = 25.9%
B = 44.96%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51487D (or 0x51487D) is known color: Victoria. HEX triplet: 51, 48 and 7D. RGB value is (81,72,125). Sum of RGB (Red+Green+Blue) = 81+72+125=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #51487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51487D is #AEB782. Grayscale: #505050. Windows color (decimal): -11450243 or 8210513. OLE color: 8210513.

HSL color Cylindrical-coordinate representation of color #51487D: hue angle of 250.19º 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 #51487D is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 72 125 -
CMYK 0.35 0.42 0 0.51
HSL 250.19º 0.27% 0.39% -
HSV(B) 250.19º 0.42% 0.49% -
XYZ 9.41 7.86 20.42 -
YUV 80.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 81 72 125 0.35 0.42 0 0.51 250.19 0.27 0.39
Hex 51 48 7D 23 2A 0 33 FA 1B 27
Octal 121 110 175 43 52 0 63 372 33 47
Binary 1010001 1001000 1111101 100011 101010 0 110011 11111010 11011 100111

Color Harmonies of #51487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51487D

Black with #51487D

Text Example


Text Example

White with #51487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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