Html Css Color HEX #524B90 Victoria

📋 copy color: '#524B90'

red 82 ◦ green 75 ◦ blue 144

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

Shades of Victoria #524B90

Tints of Victoria #524B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 27.24%
G = 24.92%
B = 47.84%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#524B90 (or 0x524B90) is known color: Victoria. HEX triplet: 52, 4B and 90. RGB value is (82,75,144). Sum of RGB (Red+Green+Blue) = 82+75+144=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #524B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524B90 is #ADB46F. Grayscale: #545454. Windows color (decimal): -11383920 or 9456466. OLE color: 9456466.

HSL color Cylindrical-coordinate representation of color #524B90: hue angle of 246.09º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #524B90 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 75 144 -
CMYK 0.43 0.48 0 0.44
HSL 246.09º 0.32% 0.43% -
HSV(B) 246.09º 0.48% 0.56% -
XYZ 11.03 8.84 27.51 -
YUV 84.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 82 75 144 0.43 0.48 0 0.44 246.09 0.32 0.43
Hex 52 4B 90 2B 30 0 2C F6 20 2B
Octal 122 113 220 53 60 0 54 366 40 53
Binary 1010010 1001011 10010000 101011 110000 0 101100 11110110 100000 101011

Color Harmonies of #524B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B90

Black with #524B90

Text Example


Text Example

White with #524B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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