Html Css Color HEX #525383 Victoria

📋 copy color: '#525383'

red 82 ◦ green 83 ◦ blue 131

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

Shades of Victoria #525383

Tints of Victoria #525383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

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

R = 27.7%
G = 28.04%
B = 44.26%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#525383 (or 0x525383) is known color: Victoria. HEX triplet: 52, 53 and 83. RGB value is (82,83,131). Sum of RGB (Red+Green+Blue) = 82+83+131=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #525383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525383 is #ADAC7C. Grayscale: #575757. Windows color (decimal): -11381885 or 8606546. OLE color: 8606546.

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

Color convert

RGB 82 83 131 -
CMYK 0.37 0.37 0 0.49
HSL 238.78º 0.23% 0.42% -
HSV(B) 238.78º 0.37% 0.51% -
XYZ 10.67 9.62 22.77 -
YUV 88.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 82 83 131 0.37 0.37 0 0.49 238.78 0.23 0.42
Hex 52 53 83 25 25 0 31 EF 17 2A
Octal 122 123 203 45 45 0 61 357 27 52
Binary 1010010 1010011 10000011 100101 100101 0 110001 11101111 10111 101010

Color Harmonies of #525383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525383

Black with #525383

Text Example


Text Example

White with #525383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525383; }

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

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

background-color css

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

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

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

border-color css

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

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

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