Html Css Color HEX #554C8C Victoria

📋 copy color: '#554C8C'

red 85 ◦ green 76 ◦ blue 140

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

Shades of Victoria #554C8C

Tints of Victoria #554C8C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 28.24%
G = 25.25%
B = 46.51%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#554C8C (or 0x554C8C) is known color: Victoria. HEX triplet: 55, 4C and 8C. RGB value is (85,76,140). Sum of RGB (Red+Green+Blue) = 85+76+140=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #554C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C8C is #AAB373. Grayscale: #555555. Windows color (decimal): -11187060 or 9194581. OLE color: 9194581.

HSL color Cylindrical-coordinate representation of color #554C8C: hue angle of 248.44º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554C8C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 76 140 -
CMYK 0.39 0.46 0 0.45
HSL 248.44º 0.3% 0.42% -
HSV(B) 248.44º 0.46% 0.55% -
XYZ 11.06 8.99 25.96 -
YUV 85.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 85 76 140 0.39 0.46 0 0.45 248.44 0.3 0.42
Hex 55 4C 8C 27 2E 0 2D F8 1E 2A
Octal 125 114 214 47 56 0 55 370 36 52
Binary 1010101 1001100 10001100 100111 101110 0 101101 11111000 11110 101010

Color Harmonies of #554C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C8C

Black with #554C8C

Text Example


Text Example

White with #554C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,76,140); }

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

background-color css

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

 a { background-color: rgb(85,76,140); }

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

border-color css

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

 span { border-color: rgb(85,76,140); }

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