Html Css Color HEX #554E8F Victoria

📋 copy color: '#554E8F'

red 85 ◦ green 78 ◦ blue 143

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

Shades of Victoria #554E8F

Tints of Victoria #554E8F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.49%

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

R = 27.78%
G = 25.49%
B = 46.73%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#554E8F (or 0x554E8F) is known color: Victoria. HEX triplet: 55, 4E and 8F. RGB value is (85,78,143). Sum of RGB (Red+Green+Blue) = 85+78+143=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #554E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554E8F is #AAB170. Grayscale: #575757. Windows color (decimal): -11186545 or 9391701. OLE color: 9391701.

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

Color convert

RGB 85 78 143 -
CMYK 0.41 0.45 0 0.44
HSL 246.46º 0.29% 0.43% -
HSV(B) 246.46º 0.45% 0.56% -
XYZ 11.43 9.36 27.19 -
YUV 87.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 85 78 143 0.41 0.45 0 0.44 246.46 0.29 0.43
Hex 55 4E 8F 29 2D 0 2C F6 1D 2B
Octal 125 116 217 51 55 0 54 366 35 53
Binary 1010101 1001110 10001111 101001 101101 0 101100 11110110 11101 101011

Color Harmonies of #554E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E8F

Black with #554E8F

Text Example


Text Example

White with #554E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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