Html Css Color HEX #525280 Victoria

📋 copy color: '#525280'

red 82 ◦ green 82 ◦ blue 128

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

Shades of Victoria #525280

Tints of Victoria #525280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 28.08%
G = 28.08%
B = 43.84%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#525280 (or 0x525280) is known color: Victoria. HEX triplet: 52, 52 and 80. RGB value is (82,82,128). Sum of RGB (Red+Green+Blue) = 82+82+128=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #525280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525280 is #ADAD7F. Grayscale: #575757. Windows color (decimal): -11382144 or 8409682. OLE color: 8409682.

HSL color Cylindrical-coordinate representation of color #525280: hue angle of 240º 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 #525280 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 82 128 -
CMYK 0.36 0.36 0 0.50
HSL 240º 0.22% 0.41% -
HSV(B) 240º 0.36% 0.5% -
XYZ 10.39 9.39 21.69 -
YUV 87.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 82 82 128 0.36 0.36 0 0.50 240 0.22 0.41
Hex 52 52 80 24 24 0 32 F0 16 29
Octal 122 122 200 44 44 0 62 360 26 51
Binary 1010010 1010010 10000000 100100 100100 0 110010 11110000 10110 101001

Color Harmonies of #525280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525280

Black with #525280

Text Example


Text Example

White with #525280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525280; }

 p { color: rgb(82,82,128); }

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

background-color css

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

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

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

border-color css

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

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

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