Html Css Color HEX #554975 Victoria

📋 copy color: '#554975'

red 85 ◦ green 73 ◦ blue 117

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

Shades of Victoria #554975

Tints of Victoria #554975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

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

R = 30.91%
G = 26.55%
B = 42.55%

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

#554975 (or 0x554975) is known color: Victoria. HEX triplet: 55, 49 and 75. RGB value is (85,73,117). Sum of RGB (Red+Green+Blue) = 85+73+117=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #554975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554975 is #AAB68A. Grayscale: #515151. Windows color (decimal): -11187851 or 7686485. OLE color: 7686485.

HSL color Cylindrical-coordinate representation of color #554975: hue angle of 256.36º degrees, saturation: 0.23, 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 #554975 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 73 117 -
CMYK 0.27 0.38 0 0.54
HSL 256.36º 0.23% 0.37% -
HSV(B) 256.36º 0.38% 0.46% -
XYZ 9.34 7.98 17.88 -
YUV 81.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 85 73 117 0.27 0.38 0 0.54 256.36 0.23 0.37
Hex 55 49 75 1B 26 0 36 100 17 25
Octal 125 111 165 33 46 0 66 400 27 45
Binary 1010101 1001001 1110101 11011 100110 0 110110 100000000 10111 100101

Color Harmonies of #554975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554975

Black with #554975

Text Example


Text Example

White with #554975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554975; }

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

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

background-color css

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

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

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

border-color css

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

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

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