Html Css Color HEX #51487B Victoria

📋 copy color: '#51487B'

red 81 ◦ green 72 ◦ blue 123

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

Shades of Victoria #51487B

Tints of Victoria #51487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 29.35%
G = 26.09%
B = 44.57%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51487B (or 0x51487B) is known color: Victoria. HEX triplet: 51, 48 and 7B. RGB value is (81,72,123). Sum of RGB (Red+Green+Blue) = 81+72+123=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #51487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51487B is #AEB784. Grayscale: #505050. Windows color (decimal): -11450245 or 8079441. OLE color: 8079441.

HSL color Cylindrical-coordinate representation of color #51487B: hue angle of 250.59º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51487B is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 72 123 -
CMYK 0.34 0.41 0 0.52
HSL 250.59º 0.26% 0.38% -
HSV(B) 250.59º 0.41% 0.48% -
XYZ 9.29 7.81 19.76 -
YUV 80.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 81 72 123 0.34 0.41 0 0.52 250.59 0.26 0.38
Hex 51 48 7B 22 29 0 34 FB 1A 26
Octal 121 110 173 42 51 0 64 373 32 46
Binary 1010001 1001000 1111011 100010 101001 0 110100 11111011 11010 100110

Color Harmonies of #51487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51487B

Black with #51487B

Text Example


Text Example

White with #51487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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