Html Css Color HEX #51537F Victoria

📋 copy color: '#51537F'

red 81 ◦ green 83 ◦ blue 127

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

Shades of Victoria #51537F

Tints of Victoria #51537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 127 (50% from 255) = 43.64%

R = 27.84%
G = 28.52%
B = 43.64%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51537F (or 0x51537F) is known color: Victoria. HEX triplet: 51, 53 and 7F. RGB value is (81,83,127). Sum of RGB (Red+Green+Blue) = 81+83+127=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #51537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51537F is #AEAC80. Grayscale: #575757. Windows color (decimal): -11447425 or 8344401. OLE color: 8344401.

HSL color Cylindrical-coordinate representation of color #51537F: hue angle of 237.39º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51537F is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 83 127 -
CMYK 0.36 0.35 0 0.50
HSL 237.39º 0.22% 0.41% -
HSV(B) 237.39º 0.36% 0.5% -
XYZ 10.32 9.47 21.36 -
YUV 87.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 81 83 127 0.36 0.35 0 0.50 237.39 0.22 0.41
Hex 51 53 7F 24 23 0 32 ED 16 29
Octal 121 123 177 44 43 0 62 355 26 51
Binary 1010001 1010011 1111111 100100 100011 0 110010 11101101 10110 101001

Color Harmonies of #51537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51537F

Black with #51537F

Text Example


Text Example

White with #51537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51537F; }

 p { color: rgb(81,83,127); }

 H1.HeaderClassName
 {
   color: #51537F;
 }
 .AnyTagClassName
 {
   color: #51537F;
 }
</style>

background-color css

<style>
 a { background-color: #51537F; }

 a { background-color: rgb(81,83,127); }

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

border-color css

<style>
 span { border-color: #51537F; }

 span { border-color: rgb(81,83,127); }

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