Html Css Color HEX #554B73 Victoria

📋 copy color: '#554B73'

red 85 ◦ green 75 ◦ blue 115

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

Shades of Victoria #554B73

Tints of Victoria #554B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.27%

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

R = 30.91%
G = 27.27%
B = 41.82%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#554B73 (or 0x554B73) is known color: Victoria. HEX triplet: 55, 4B and 73. RGB value is (85,75,115). Sum of RGB (Red+Green+Blue) = 85+75+115=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #554B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B73 is #AAB48C. Grayscale: #525252. Windows color (decimal): -11187341 or 7555925. OLE color: 7555925.

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

Color convert

RGB 85 75 115 -
CMYK 0.26 0.35 0 0.55
HSL 255º 0.21% 0.37% -
HSV(B) 255º 0.35% 0.45% -
XYZ 9.36 8.2 17.31 -
YUV 82.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 85 75 115 0.26 0.35 0 0.55 255 0.21 0.37
Hex 55 4B 73 1A 23 0 37 FF 15 25
Octal 125 113 163 32 43 0 67 377 25 45
Binary 1010101 1001011 1110011 11010 100011 0 110111 11111111 10101 100101

Color Harmonies of #554B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B73

Black with #554B73

Text Example


Text Example

White with #554B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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