Html Css Color HEX #525083 Victoria

📋 copy color: '#525083'

red 82 ◦ green 80 ◦ blue 131

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

Shades of Victoria #525083

Tints of Victoria #525083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 131 (51.56% from 255) = 44.71%

R = 27.99%
G = 27.3%
B = 44.71%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525083 (or 0x525083) is known color: Victoria. HEX triplet: 52, 50 and 83. RGB value is (82,80,131). Sum of RGB (Red+Green+Blue) = 82+80+131=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #525083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525083 is #ADAF7C. Grayscale: #565656. Windows color (decimal): -11382653 or 8605778. OLE color: 8605778.

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

Color convert

RGB 82 80 131 -
CMYK 0.37 0.39 0 0.49
HSL 242.35º 0.24% 0.41% -
HSV(B) 242.35º 0.39% 0.51% -
XYZ 10.45 9.17 22.69 -
YUV 86.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 82 80 131 0.37 0.39 0 0.49 242.35 0.24 0.41
Hex 52 50 83 25 27 0 31 F2 18 29
Octal 122 120 203 45 47 0 61 362 30 51
Binary 1010010 1010000 10000011 100101 100111 0 110001 11110010 11000 101001

Color Harmonies of #525083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525083

Black with #525083

Text Example


Text Example

White with #525083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525083; }

 p { color: rgb(82,80,131); }

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

background-color css

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

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

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

border-color css

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

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

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