Html Css Color HEX #52488D Victoria

📋 copy color: '#52488D'

red 82 ◦ green 72 ◦ blue 141

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

Shades of Victoria #52488D

Tints of Victoria #52488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 27.8%
G = 24.41%
B = 47.8%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52488D (or 0x52488D) is known color: Victoria. HEX triplet: 52, 48 and 8D. RGB value is (82,72,141). Sum of RGB (Red+Green+Blue) = 82+72+141=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #52488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52488D is #ADB772. Grayscale: #525252. Windows color (decimal): -11384691 or 9259090. OLE color: 9259090.

HSL color Cylindrical-coordinate representation of color #52488D: hue angle of 248.7º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52488D is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 72 141 -
CMYK 0.42 0.49 0 0.45
HSL 248.7º 0.32% 0.42% -
HSV(B) 248.7º 0.49% 0.55% -
XYZ 10.6 8.35 26.25 -
YUV 82.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 82 72 141 0.42 0.49 0 0.45 248.7 0.32 0.42
Hex 52 48 8D 2A 31 0 2D F9 20 2A
Octal 122 110 215 52 61 0 55 371 40 52
Binary 1010010 1001000 10001101 101010 110001 0 101101 11111001 100000 101010

Color Harmonies of #52488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52488D

Black with #52488D

Text Example


Text Example

White with #52488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52488D; }

 p { color: rgb(82,72,141); }

 H1.HeaderClassName
 {
   color: #52488D;
 }
 .AnyTagClassName
 {
   color: #52488D;
 }
</style>

background-color css

<style>
 a { background-color: #52488D; }

 a { background-color: rgb(82,72,141); }

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

border-color css

<style>
 span { border-color: #52488D; }

 span { border-color: rgb(82,72,141); }

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