Html Css Color HEX #554875 Victoria

📋 copy color: '#554875'

red 85 ◦ green 72 ◦ blue 117

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

Shades of Victoria #554875

Tints of Victoria #554875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 31.02%
G = 26.28%
B = 42.7%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554875 (or 0x554875) is known color: Victoria. HEX triplet: 55, 48 and 75. RGB value is (85,72,117). Sum of RGB (Red+Green+Blue) = 85+72+117=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #554875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554875 is #AAB78A. Grayscale: #505050. Windows color (decimal): -11188107 or 7686229. OLE color: 7686229.

HSL color Cylindrical-coordinate representation of color #554875: hue angle of 257.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554875 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 72 117 -
CMYK 0.27 0.38 0 0.54
HSL 257.33º 0.24% 0.37% -
HSV(B) 257.33º 0.38% 0.46% -
XYZ 9.27 7.85 17.86 -
YUV 81.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 85 72 117 0.27 0.38 0 0.54 257.33 0.24 0.37
Hex 55 48 75 1B 26 0 36 101 18 25
Octal 125 110 165 33 46 0 66 401 30 45
Binary 1010101 1001000 1110101 11011 100110 0 110110 100000001 11000 100101

Color Harmonies of #554875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554875

Black with #554875

Text Example


Text Example

White with #554875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554875; }

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

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

background-color css

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

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

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

border-color css

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

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

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