Html Css Color HEX #554885 Victoria

📋 copy color: '#554885'

red 85 ◦ green 72 ◦ blue 133

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

Shades of Victoria #554885

Tints of Victoria #554885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 29.31%
G = 24.83%
B = 45.86%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#554885 (or 0x554885) is known color: Victoria. HEX triplet: 55, 48 and 85. RGB value is (85,72,133). Sum of RGB (Red+Green+Blue) = 85+72+133=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #554885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554885 is #AAB77A. Grayscale: #525252. Windows color (decimal): -11188091 or 8734805. OLE color: 8734805.

HSL color Cylindrical-coordinate representation of color #554885: hue angle of 252.79º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554885 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 72 133 -
CMYK 0.36 0.46 0 0.48
HSL 252.79º 0.3% 0.4% -
HSV(B) 252.79º 0.46% 0.52% -
XYZ 10.3 8.26 23.24 -
YUV 82.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 85 72 133 0.36 0.46 0 0.48 252.79 0.3 0.4
Hex 55 48 85 24 2E 0 30 FD 1E 28
Octal 125 110 205 44 56 0 60 375 36 50
Binary 1010101 1001000 10000101 100100 101110 0 110000 11111101 11110 101000

Color Harmonies of #554885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554885

Black with #554885

Text Example


Text Example

White with #554885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554885; }

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

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

background-color css

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

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

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

border-color css

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

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

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