Html Css Color HEX #51457D Victoria

📋 copy color: '#51457D'

red 81 ◦ green 69 ◦ blue 125

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

Shades of Victoria #51457D

Tints of Victoria #51457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 29.45%
G = 25.09%
B = 45.45%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51457D (or 0x51457D) is known color: Victoria. HEX triplet: 51, 45 and 7D. RGB value is (81,69,125). Sum of RGB (Red+Green+Blue) = 81+69+125=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #51457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51457D is #AEBA82. Grayscale: #4E4E4E. Windows color (decimal): -11451011 or 8209745. OLE color: 8209745.

HSL color Cylindrical-coordinate representation of color #51457D: hue angle of 252.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51457D is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 69 125 -
CMYK 0.35 0.45 0 0.51
HSL 252.86º 0.29% 0.38% -
HSV(B) 252.86º 0.45% 0.49% -
XYZ 9.22 7.49 20.36 -
YUV 78.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 81 69 125 0.35 0.45 0 0.51 252.86 0.29 0.38
Hex 51 45 7D 23 2D 0 33 FD 1D 26
Octal 121 105 175 43 55 0 63 375 35 46
Binary 1010001 1000101 1111101 100011 101101 0 110011 11111101 11101 100110

Color Harmonies of #51457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51457D

Black with #51457D

Text Example


Text Example

White with #51457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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