Html Css Color HEX #525481 Victoria

📋 copy color: '#525481'

red 82 ◦ green 84 ◦ blue 129

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

Shades of Victoria #525481

Tints of Victoria #525481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 27.8%
G = 28.47%
B = 43.73%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525481 (or 0x525481) is known color: Victoria. HEX triplet: 52, 54 and 81. RGB value is (82,84,129). Sum of RGB (Red+Green+Blue) = 82+84+129=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #525481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525481 is #ADAB7E. Grayscale: #585858. Windows color (decimal): -11381631 or 8475730. OLE color: 8475730.

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

Color convert

RGB 82 84 129 -
CMYK 0.36 0.35 0 0.49
HSL 237.45º 0.22% 0.41% -
HSV(B) 237.45º 0.36% 0.51% -
XYZ 10.61 9.72 22.09 -
YUV 88.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 82 84 129 0.36 0.35 0 0.49 237.45 0.22 0.41
Hex 52 54 81 24 23 0 31 ED 16 29
Octal 122 124 201 44 43 0 61 355 26 51
Binary 1010010 1010100 10000001 100100 100011 0 110001 11101101 10110 101001

Color Harmonies of #525481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525481

Black with #525481

Text Example


Text Example

White with #525481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525481; }

 p { color: rgb(82,84,129); }

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

background-color css

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

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

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

border-color css

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

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

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