Html Css Color HEX #525182 Victoria

📋 copy color: '#525182'

red 82 ◦ green 81 ◦ blue 130

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

Shades of Victoria #525182

Tints of Victoria #525182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

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

R = 27.99%
G = 27.65%
B = 44.37%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525182 (or 0x525182) is known color: Victoria. HEX triplet: 52, 51 and 82. RGB value is (82,81,130). Sum of RGB (Red+Green+Blue) = 82+81+130=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #525182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525182 is #ADAE7D. Grayscale: #565656. Windows color (decimal): -11382398 or 8540498. OLE color: 8540498.

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

Color convert

RGB 82 81 130 -
CMYK 0.37 0.38 0 0.49
HSL 241.22º 0.23% 0.41% -
HSV(B) 241.22º 0.38% 0.51% -
XYZ 10.45 9.29 22.36 -
YUV 86.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 82 81 130 0.37 0.38 0 0.49 241.22 0.23 0.41
Hex 52 51 82 25 26 0 31 F1 17 29
Octal 122 121 202 45 46 0 61 361 27 51
Binary 1010010 1010001 10000010 100101 100110 0 110001 11110001 10111 101001

Color Harmonies of #525182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525182

Black with #525182

Text Example


Text Example

White with #525182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525182; }

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

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

background-color css

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

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

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

border-color css

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

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

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