Html Css Color HEX #53527A Victoria

📋 copy color: '#53527A'

red 83 ◦ green 82 ◦ blue 122

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

Shades of Victoria #53527A

Tints of Victoria #53527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 28.92%
G = 28.57%
B = 42.51%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53527A (or 0x53527A) is known color: Victoria. HEX triplet: 53, 52 and 7A. RGB value is (83,82,122). Sum of RGB (Red+Green+Blue) = 83+82+122=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #53527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53527A is #ACAD85. Grayscale: #565656. Windows color (decimal): -11316614 or 8016467. OLE color: 8016467.

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

Color convert

RGB 83 82 122 -
CMYK 0.32 0.33 0 0.52
HSL 241.5º 0.2% 0.4% -
HSV(B) 241.5º 0.33% 0.48% -
XYZ 10.1 9.28 19.67 -
YUV 86.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 83 82 122 0.32 0.33 0 0.52 241.5 0.2 0.4
Hex 53 52 7A 20 21 0 34 F2 14 28
Octal 123 122 172 40 41 0 64 362 24 50
Binary 1010011 1010010 1111010 100000 100001 0 110100 11110010 10100 101000

Color Harmonies of #53527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53527A

Black with #53527A

Text Example


Text Example

White with #53527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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