Html Css Color HEX #524F84 Victoria

📋 copy color: '#524F84'

red 82 ◦ green 79 ◦ blue 132

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

Shades of Victoria #524F84

Tints of Victoria #524F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

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

R = 27.99%
G = 26.96%
B = 45.05%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524F84 (or 0x524F84) is known color: Victoria. HEX triplet: 52, 4F and 84. RGB value is (82,79,132). Sum of RGB (Red+Green+Blue) = 82+79+132=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #524F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524F84 is #ADB07B. Grayscale: #555555. Windows color (decimal): -11382908 or 8671058. OLE color: 8671058.

HSL color Cylindrical-coordinate representation of color #524F84: hue angle of 243.4º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524F84 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 79 132 -
CMYK 0.38 0.40 0 0.48
HSL 243.4º 0.25% 0.41% -
HSV(B) 243.4º 0.4% 0.52% -
XYZ 10.44 9.05 23.03 -
YUV 85.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 82 79 132 0.38 0.40 0 0.48 243.4 0.25 0.41
Hex 52 4F 84 26 28 0 30 F3 19 29
Octal 122 117 204 46 50 0 60 363 31 51
Binary 1010010 1001111 10000100 100110 101000 0 110000 11110011 11001 101001

Color Harmonies of #524F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F84

Black with #524F84

Text Example


Text Example

White with #524F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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