Html Css Color HEX #51527B Victoria

📋 copy color: '#51527B'

red 81 ◦ green 82 ◦ blue 123

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

Shades of Victoria #51527B

Tints of Victoria #51527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 28.32%
G = 28.67%
B = 43.01%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51527B (or 0x51527B) is known color: Victoria. HEX triplet: 51, 52 and 7B. RGB value is (81,82,123). Sum of RGB (Red+Green+Blue) = 81+82+123=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #51527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51527B is #AEAD84. Grayscale: #565656. Windows color (decimal): -11447685 or 8082001. OLE color: 8082001.

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

Color convert

RGB 81 82 123 -
CMYK 0.34 0.33 0 0.52
HSL 238.57º 0.21% 0.4% -
HSV(B) 238.57º 0.34% 0.48% -
XYZ 9.99 9.21 19.99 -
YUV 86.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 81 82 123 0.34 0.33 0 0.52 238.57 0.21 0.4
Hex 51 52 7B 22 21 0 34 EF 15 28
Octal 121 122 173 42 41 0 64 357 25 50
Binary 1010001 1010010 1111011 100010 100001 0 110100 11101111 10101 101000

Color Harmonies of #51527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51527B

Black with #51527B

Text Example


Text Example

White with #51527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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