Html Css Color HEX #51447B Victoria

📋 copy color: '#51447B'

red 81 ◦ green 68 ◦ blue 123

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

Shades of Victoria #51447B

Tints of Victoria #51447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

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

R = 29.78%
G = 25%
B = 45.22%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51447B (or 0x51447B) is known color: Victoria. HEX triplet: 51, 44 and 7B. RGB value is (81,68,123). Sum of RGB (Red+Green+Blue) = 81+68+123=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #51447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51447B is #AEBB84. Grayscale: #4D4D4D. Windows color (decimal): -11451269 or 8078417. OLE color: 8078417.

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

Color convert

RGB 81 68 123 -
CMYK 0.34 0.45 0 0.52
HSL 254.18º 0.29% 0.37% -
HSV(B) 254.18º 0.45% 0.48% -
XYZ 9.04 7.31 19.67 -
YUV 78.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 81 68 123 0.34 0.45 0 0.52 254.18 0.29 0.37
Hex 51 44 7B 22 2D 0 34 FE 1D 25
Octal 121 104 173 42 55 0 64 376 35 45
Binary 1010001 1000100 1111011 100010 101101 0 110100 11111110 11101 100101

Color Harmonies of #51447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51447B

Black with #51447B

Text Example


Text Example

White with #51447B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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