Html Css Color HEX #554F7D Victoria

📋 copy color: '#554F7D'

red 85 ◦ green 79 ◦ blue 125

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

Shades of Victoria #554F7D

Tints of Victoria #554F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 29.41%
G = 27.34%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#554F7D (or 0x554F7D) is known color: Victoria. HEX triplet: 55, 4F and 7D. RGB value is (85,79,125). Sum of RGB (Red+Green+Blue) = 85+79+125=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #554F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F7D is #AAB082. Grayscale: #555555. Windows color (decimal): -11186307 or 8212309. OLE color: 8212309.

HSL color Cylindrical-coordinate representation of color #554F7D: hue angle of 247.83º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554F7D is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 79 125 -
CMYK 0.32 0.37 0 0.51
HSL 247.83º 0.23% 0.4% -
HSV(B) 247.83º 0.37% 0.49% -
XYZ 10.24 9 20.6 -
YUV 86.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 85 79 125 0.32 0.37 0 0.51 247.83 0.23 0.4
Hex 55 4F 7D 20 25 0 33 F8 17 28
Octal 125 117 175 40 45 0 63 370 27 50
Binary 1010101 1001111 1111101 100000 100101 0 110011 11111000 10111 101000

Color Harmonies of #554F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F7D

Black with #554F7D

Text Example


Text Example

White with #554F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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