Html Css Color HEX #554F8E Victoria

📋 copy color: '#554F8E'

red 85 ◦ green 79 ◦ blue 142

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

Shades of Victoria #554F8E

Tints of Victoria #554F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 27.78%
G = 25.82%
B = 46.41%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#554F8E (or 0x554F8E) is known color: Victoria. HEX triplet: 55, 4F and 8E. RGB value is (85,79,142). Sum of RGB (Red+Green+Blue) = 85+79+142=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #554F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F8E is #AAB071. Grayscale: #575757. Windows color (decimal): -11186290 or 9326421. OLE color: 9326421.

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

Color convert

RGB 85 79 142 -
CMYK 0.40 0.44 0 0.44
HSL 245.71º 0.29% 0.43% -
HSV(B) 245.71º 0.44% 0.56% -
XYZ 11.42 9.48 26.82 -
YUV 87.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 85 79 142 0.40 0.44 0 0.44 245.71 0.29 0.43
Hex 55 4F 8E 28 2C 0 2C F6 1D 2B
Octal 125 117 216 50 54 0 54 366 35 53
Binary 1010101 1001111 10001110 101000 101100 0 101100 11110110 11101 101011

Color Harmonies of #554F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F8E

Black with #554F8E

Text Example


Text Example

White with #554F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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