Html Css Color HEX #554F89 Victoria

📋 copy color: '#554F89'

red 85 ◦ green 79 ◦ blue 137

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

Shades of Victoria #554F89

Tints of Victoria #554F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.51%

R = 28.24%
G = 26.25%
B = 45.51%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#554F89 (or 0x554F89) is known color: Victoria. HEX triplet: 55, 4F and 89. RGB value is (85,79,137). Sum of RGB (Red+Green+Blue) = 85+79+137=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #554F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554F89 is #AAB076. Grayscale: #575757. Windows color (decimal): -11186295 or 8998741. OLE color: 8998741.

HSL color Cylindrical-coordinate representation of color #554F89: hue angle of 246.21º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #554F89 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 79 137 -
CMYK 0.38 0.42 0 0.46
HSL 246.21º 0.27% 0.42% -
HSV(B) 246.21º 0.42% 0.54% -
XYZ 11.06 9.33 24.88 -
YUV 87.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 85 79 137 0.38 0.42 0 0.46 246.21 0.27 0.42
Hex 55 4F 89 26 2A 0 2E F6 1B 2A
Octal 125 117 211 46 52 0 56 366 33 52
Binary 1010101 1001111 10001001 100110 101010 0 101110 11110110 11011 101010

Color Harmonies of #554F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F89

Black with #554F89

Text Example


Text Example

White with #554F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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