Html Css Color HEX #554887 Victoria

📋 copy color: '#554887'

red 85 ◦ green 72 ◦ blue 135

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

Shades of Victoria #554887

Tints of Victoria #554887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 29.11%
G = 24.66%
B = 46.23%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#554887 (or 0x554887) is known color: Victoria. HEX triplet: 55, 48 and 87. RGB value is (85,72,135). Sum of RGB (Red+Green+Blue) = 85+72+135=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #554887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554887 is #AAB778. Grayscale: #525252. Windows color (decimal): -11188089 or 8865877. OLE color: 8865877.

HSL color Cylindrical-coordinate representation of color #554887: hue angle of 252.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554887 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 72 135 -
CMYK 0.37 0.47 0 0.47
HSL 252.38º 0.3% 0.41% -
HSV(B) 252.38º 0.47% 0.53% -
XYZ 10.44 8.32 23.98 -
YUV 83.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 85 72 135 0.37 0.47 0 0.47 252.38 0.3 0.41
Hex 55 48 87 25 2F 0 2F FC 1E 29
Octal 125 110 207 45 57 0 57 374 36 51
Binary 1010101 1001000 10000111 100101 101111 0 101111 11111100 11110 101001

Color Harmonies of #554887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554887

Black with #554887

Text Example


Text Example

White with #554887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554887; }

 p { color: rgb(85,72,135); }

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

background-color css

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

 a { background-color: rgb(85,72,135); }

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

border-color css

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

 span { border-color: rgb(85,72,135); }

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