Html Css Color HEX #554882 Victoria

📋 copy color: '#554882'

red 85 ◦ green 72 ◦ blue 130

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

Shades of Victoria #554882

Tints of Victoria #554882

RGB

 RED value IS 85 (33.59% from 255) = 29.62%

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 29.62%
G = 25.09%
B = 45.3%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#554882 (or 0x554882) is known color: Victoria. HEX triplet: 55, 48 and 82. RGB value is (85,72,130). Sum of RGB (Red+Green+Blue) = 85+72+130=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #554882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554882 is #AAB77D. Grayscale: #525252. Windows color (decimal): -11188094 or 8538197. OLE color: 8538197.

HSL color Cylindrical-coordinate representation of color #554882: hue angle of 253.45º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554882 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 72 130 -
CMYK 0.35 0.45 0 0.49
HSL 253.45º 0.29% 0.4% -
HSV(B) 253.45º 0.45% 0.51% -
XYZ 10.09 8.18 22.17 -
YUV 82.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 85 72 130 0.35 0.45 0 0.49 253.45 0.29 0.4
Hex 55 48 82 23 2D 0 31 FD 1D 28
Octal 125 110 202 43 55 0 61 375 35 50
Binary 1010101 1001000 10000010 100011 101101 0 110001 11111101 11101 101000

Color Harmonies of #554882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554882

Black with #554882

Text Example


Text Example

White with #554882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554882; }

 p { color: rgb(85,72,130); }

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

background-color css

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

 a { background-color: rgb(85,72,130); }

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

border-color css

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

 span { border-color: rgb(85,72,130); }

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