Html Css Color HEX #524A88 Victoria

📋 copy color: '#524A88'

red 82 ◦ green 74 ◦ blue 136

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

Shades of Victoria #524A88

Tints of Victoria #524A88

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

 BLUE value IS 136 (53.52% from 255) = 46.58%

R = 28.08%
G = 25.34%
B = 46.58%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#524A88 (or 0x524A88) is known color: Victoria. HEX triplet: 52, 4A and 88. RGB value is (82,74,136). Sum of RGB (Red+Green+Blue) = 82+74+136=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #524A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A88 is #ADB577. Grayscale: #535353. Windows color (decimal): -11384184 or 8931922. OLE color: 8931922.

HSL color Cylindrical-coordinate representation of color #524A88: hue angle of 247.74º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524A88 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 74 136 -
CMYK 0.40 0.46 0 0.47
HSL 247.74º 0.3% 0.41% -
HSV(B) 247.74º 0.46% 0.53% -
XYZ 10.37 8.47 24.38 -
YUV 83.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 82 74 136 0.40 0.46 0 0.47 247.74 0.3 0.41
Hex 52 4A 88 28 2E 0 2F F8 1E 29
Octal 122 112 210 50 56 0 57 370 36 51
Binary 1010010 1001010 10001000 101000 101110 0 101111 11111000 11110 101001

Color Harmonies of #524A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A88

Black with #524A88

Text Example


Text Example

White with #524A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,74,136); }

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

background-color css

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

 a { background-color: rgb(82,74,136); }

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

border-color css

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

 span { border-color: rgb(82,74,136); }

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