Html Css Color HEX #524B7B Victoria

📋 copy color: '#524B7B'

red 82 ◦ green 75 ◦ blue 123

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

Shades of Victoria #524B7B

Tints of Victoria #524B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.93%

R = 29.29%
G = 26.79%
B = 43.93%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#524B7B (or 0x524B7B) is known color: Victoria. HEX triplet: 52, 4B and 7B. RGB value is (82,75,123). Sum of RGB (Red+Green+Blue) = 82+75+123=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #524B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B7B is #ADB484. Grayscale: #525252. Windows color (decimal): -11383941 or 8080210. OLE color: 8080210.

HSL color Cylindrical-coordinate representation of color #524B7B: hue angle of 248.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #524B7B is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 75 123 -
CMYK 0.33 0.39 0 0.52
HSL 248.75º 0.24% 0.39% -
HSV(B) 248.75º 0.39% 0.48% -
XYZ 9.57 8.26 19.83 -
YUV 82.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 82 75 123 0.33 0.39 0 0.52 248.75 0.24 0.39
Hex 52 4B 7B 21 27 0 34 F9 18 27
Octal 122 113 173 41 47 0 64 371 30 47
Binary 1010010 1001011 1111011 100001 100111 0 110100 11111001 11000 100111

Color Harmonies of #524B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B7B

Black with #524B7B

Text Example


Text Example

White with #524B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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