Html Css Color HEX #524B88 Victoria

📋 copy color: '#524B88'

red 82 ◦ green 75 ◦ blue 136

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

Shades of Victoria #524B88

Tints of Victoria #524B88

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 27.99%
G = 25.6%
B = 46.42%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#524B88 (or 0x524B88) is known color: Victoria. HEX triplet: 52, 4B and 88. RGB value is (82,75,136). Sum of RGB (Red+Green+Blue) = 82+75+136=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #524B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B88 is #ADB477. Grayscale: #535353. Windows color (decimal): -11383928 or 8932178. OLE color: 8932178.

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

Color convert

RGB 82 75 136 -
CMYK 0.40 0.45 0 0.47
HSL 246.89º 0.29% 0.41% -
HSV(B) 246.89º 0.45% 0.53% -
XYZ 10.44 8.6 24.4 -
YUV 84.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 82 75 136 0.40 0.45 0 0.47 246.89 0.29 0.41
Hex 52 4B 88 28 2D 0 2F F7 1D 29
Octal 122 113 210 50 55 0 57 367 35 51
Binary 1010010 1001011 10001000 101000 101101 0 101111 11110111 11101 101001

Color Harmonies of #524B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B88

Black with #524B88

Text Example


Text Example

White with #524B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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