Html Css Color HEX #525482 Victoria

📋 copy color: '#525482'

red 82 ◦ green 84 ◦ blue 130

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

Shades of Victoria #525482

Tints of Victoria #525482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.92%

R = 27.7%
G = 28.38%
B = 43.92%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525482 (or 0x525482) is known color: Victoria. HEX triplet: 52, 54 and 82. RGB value is (82,84,130). Sum of RGB (Red+Green+Blue) = 82+84+130=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #525482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525482 is #ADAB7D. Grayscale: #585858. Windows color (decimal): -11381630 or 8541266. OLE color: 8541266.

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

Color convert

RGB 82 84 130 -
CMYK 0.37 0.35 0 0.49
HSL 237.5º 0.23% 0.42% -
HSV(B) 237.5º 0.37% 0.51% -
XYZ 10.68 9.75 22.44 -
YUV 88.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 82 84 130 0.37 0.35 0 0.49 237.5 0.23 0.42
Hex 52 54 82 25 23 0 31 EE 17 2A
Octal 122 124 202 45 43 0 61 356 27 52
Binary 1010010 1010100 10000010 100101 100011 0 110001 11101110 10111 101010

Color Harmonies of #525482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525482

Black with #525482

Text Example


Text Example

White with #525482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525482; }

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

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

background-color css

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

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

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

border-color css

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

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

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