Html Css Color HEX #554F73 Victoria

📋 copy color: '#554F73'

red 85 ◦ green 79 ◦ blue 115

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

Shades of Victoria #554F73

Tints of Victoria #554F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 30.47%
G = 28.32%
B = 41.22%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554F73 (or 0x554F73) is known color: Victoria. HEX triplet: 55, 4F and 73. RGB value is (85,79,115). Sum of RGB (Red+Green+Blue) = 85+79+115=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #554F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F73 is #AAB08C. Grayscale: #545454. Windows color (decimal): -11186317 or 7556949. OLE color: 7556949.

HSL color Cylindrical-coordinate representation of color #554F73: hue angle of 250º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554F73 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 79 115 -
CMYK 0.26 0.31 0 0.55
HSL 250º 0.19% 0.38% -
HSV(B) 250º 0.31% 0.45% -
XYZ 9.64 8.76 17.4 -
YUV 84.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 85 79 115 0.26 0.31 0 0.55 250 0.19 0.38
Hex 55 4F 73 1A 1F 0 37 FA 13 26
Octal 125 117 163 32 37 0 67 372 23 46
Binary 1010101 1001111 1110011 11010 11111 0 110111 11111010 10011 100110

Color Harmonies of #554F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F73

Black with #554F73

Text Example


Text Example

White with #554F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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