Html Css Color HEX #525384 Victoria

📋 copy color: '#525384'

red 82 ◦ green 83 ◦ blue 132

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

Shades of Victoria #525384

Tints of Victoria #525384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 27.61%
G = 27.95%
B = 44.44%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#525384 (or 0x525384) is known color: Victoria. HEX triplet: 52, 53 and 84. RGB value is (82,83,132). Sum of RGB (Red+Green+Blue) = 82+83+132=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #525384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525384 is #ADAC7B. Grayscale: #585858. Windows color (decimal): -11381884 or 8672082. OLE color: 8672082.

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

Color convert

RGB 82 83 132 -
CMYK 0.38 0.37 0 0.48
HSL 238.8º 0.23% 0.42% -
HSV(B) 238.8º 0.38% 0.52% -
XYZ 10.74 9.65 23.13 -
YUV 88.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 82 83 132 0.38 0.37 0 0.48 238.8 0.23 0.42
Hex 52 53 84 26 25 0 30 EF 17 2A
Octal 122 123 204 46 45 0 60 357 27 52
Binary 1010010 1010011 10000100 100110 100101 0 110000 11101111 10111 101010

Color Harmonies of #525384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525384

Black with #525384

Text Example


Text Example

White with #525384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525384; }

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

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

background-color css

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

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

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

border-color css

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

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

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