Html Css Color HEX #58547E Victoria

📋 copy color: '#58547E'

red 88 ◦ green 84 ◦ blue 126

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

Shades of Victoria #58547E

Tints of Victoria #58547E

RGB

 RED value IS 88 (34.77% from 255) = 29.53%

 GREEN value IS 84 (33.2% from 255) = 28.19%

 BLUE value IS 126 (49.61% from 255) = 42.28%

R = 29.53%
G = 28.19%
B = 42.28%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58547E (or 0x58547E) is known color: Victoria. HEX triplet: 58, 54 and 7E. RGB value is (88,84,126). Sum of RGB (Red+Green+Blue) = 88+84+126=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #58547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58547E is #A7AB81. Grayscale: #595959. Windows color (decimal): -10988418 or 8279128. OLE color: 8279128.

HSL color Cylindrical-coordinate representation of color #58547E: hue angle of 245.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58547E is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 84 126 -
CMYK 0.30 0.33 0 0.51
HSL 245.71º 0.2% 0.41% -
HSV(B) 245.71º 0.33% 0.49% -
XYZ 10.96 9.92 21.08 -
YUV 89.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 88 84 126 0.30 0.33 0 0.51 245.71 0.2 0.41
Hex 58 54 7E 1E 21 0 33 F6 14 29
Octal 130 124 176 36 41 0 63 366 24 51
Binary 1011000 1010100 1111110 11110 100001 0 110011 11110110 10100 101001

Color Harmonies of #58547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58547E

Black with #58547E

Text Example


Text Example

White with #58547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58547E; }

 p { color: rgb(88,84,126); }

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

background-color css

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

 a { background-color: rgb(88,84,126); }

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

border-color css

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

 span { border-color: rgb(88,84,126); }

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