Html Css Color HEX #554D8F Victoria

📋 copy color: '#554D8F'

red 85 ◦ green 77 ◦ blue 143

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

Shades of Victoria #554D8F

Tints of Victoria #554D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.25%

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 27.87%
G = 25.25%
B = 46.89%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#554D8F (or 0x554D8F) is known color: Victoria. HEX triplet: 55, 4D and 8F. RGB value is (85,77,143). Sum of RGB (Red+Green+Blue) = 85+77+143=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #554D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554D8F is #AAB270. Grayscale: #565656. Windows color (decimal): -11186801 or 9391445. OLE color: 9391445.

HSL color Cylindrical-coordinate representation of color #554D8F: hue angle of 247.27º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554D8F is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 77 143 -
CMYK 0.41 0.46 0 0.44
HSL 247.27º 0.3% 0.43% -
HSV(B) 247.27º 0.46% 0.56% -
XYZ 11.36 9.22 27.17 -
YUV 86.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 85 77 143 0.41 0.46 0 0.44 247.27 0.3 0.43
Hex 55 4D 8F 29 2E 0 2C F7 1E 2B
Octal 125 115 217 51 56 0 54 367 36 53
Binary 1010101 1001101 10001111 101001 101110 0 101100 11110111 11110 101011

Color Harmonies of #554D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D8F

Black with #554D8F

Text Example


Text Example

White with #554D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D8F; }

 p { color: rgb(85,77,143); }

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

background-color css

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

 a { background-color: rgb(85,77,143); }

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

border-color css

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

 span { border-color: rgb(85,77,143); }

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