Html Css Color HEX #554F8D Victoria

📋 copy color: '#554F8D'

red 85 ◦ green 79 ◦ blue 141

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

Shades of Victoria #554F8D

Tints of Victoria #554F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 27.87%
G = 25.9%
B = 46.23%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#554F8D (or 0x554F8D) is known color: Victoria. HEX triplet: 55, 4F and 8D. RGB value is (85,79,141). Sum of RGB (Red+Green+Blue) = 85+79+141=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #554F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F8D is #AAB072. Grayscale: #575757. Windows color (decimal): -11186291 or 9260885. OLE color: 9260885.

HSL color Cylindrical-coordinate representation of color #554F8D: hue angle of 245.81º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554F8D is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 79 141 -
CMYK 0.40 0.44 0 0.45
HSL 245.81º 0.28% 0.43% -
HSV(B) 245.81º 0.44% 0.55% -
XYZ 11.35 9.45 26.42 -
YUV 87.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 85 79 141 0.40 0.44 0 0.45 245.81 0.28 0.43
Hex 55 4F 8D 28 2C 0 2D F6 1C 2B
Octal 125 117 215 50 54 0 55 366 34 53
Binary 1010101 1001111 10001101 101000 101100 0 101101 11110110 11100 101011

Color Harmonies of #554F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F8D

Black with #554F8D

Text Example


Text Example

White with #554F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,79,141); }

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

background-color css

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

 a { background-color: rgb(85,79,141); }

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

border-color css

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

 span { border-color: rgb(85,79,141); }

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