Html Css Color HEX #58547F Victoria

📋 copy color: '#58547F'

red 88 ◦ green 84 ◦ blue 127

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

Shades of Victoria #58547F

Tints of Victoria #58547F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.47%

R = 29.43%
G = 28.09%
B = 42.47%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58547F (or 0x58547F) is known color: Victoria. HEX triplet: 58, 54 and 7F. RGB value is (88,84,127). Sum of RGB (Red+Green+Blue) = 88+84+127=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #58547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58547F is #A7AB80. Grayscale: #595959. Windows color (decimal): -10988417 or 8344664. OLE color: 8344664.

HSL color Cylindrical-coordinate representation of color #58547F: hue angle of 245.58º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58547F is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 84 127 -
CMYK 0.31 0.34 0 0.50
HSL 245.58º 0.2% 0.41% -
HSV(B) 245.58º 0.34% 0.5% -
XYZ 11.03 9.95 21.42 -
YUV 90.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 88 84 127 0.31 0.34 0 0.50 245.58 0.2 0.41
Hex 58 54 7F 1F 22 0 32 F6 14 29
Octal 130 124 177 37 42 0 62 366 24 51
Binary 1011000 1010100 1111111 11111 100010 0 110010 11110110 10100 101001

Color Harmonies of #58547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58547F

Black with #58547F

Text Example


Text Example

White with #58547F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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