Html Css Color HEX #53527F Victoria

📋 copy color: '#53527F'

red 83 ◦ green 82 ◦ blue 127

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

Shades of Victoria #53527F

Tints of Victoria #53527F

RGB

 RED value IS 83 (32.81% from 255) = 28.42%

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

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

R = 28.42%
G = 28.08%
B = 43.49%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53527F (or 0x53527F) is known color: Victoria. HEX triplet: 53, 52 and 7F. RGB value is (83,82,127). Sum of RGB (Red+Green+Blue) = 83+82+127=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #53527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53527F is #ACAD80. Grayscale: #575757. Windows color (decimal): -11316609 or 8344147. OLE color: 8344147.

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

Color convert

RGB 83 82 127 -
CMYK 0.35 0.35 0 0.50
HSL 241.33º 0.22% 0.41% -
HSV(B) 241.33º 0.35% 0.5% -
XYZ 10.42 9.41 21.35 -
YUV 87.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 83 82 127 0.35 0.35 0 0.50 241.33 0.22 0.41
Hex 53 52 7F 23 23 0 32 F1 16 29
Octal 123 122 177 43 43 0 62 361 26 51
Binary 1010011 1010010 1111111 100011 100011 0 110010 11110001 10110 101001

Color Harmonies of #53527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53527F

Black with #53527F

Text Example


Text Example

White with #53527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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