Html Css Color HEX #58537C Victoria

📋 copy color: '#58537C'

red 88 ◦ green 83 ◦ blue 124

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

Shades of Victoria #58537C

Tints of Victoria #58537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 29.83%
G = 28.14%
B = 42.03%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58537C (or 0x58537C) is known color: Victoria. HEX triplet: 58, 53 and 7C. RGB value is (88,83,124). Sum of RGB (Red+Green+Blue) = 88+83+124=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #58537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58537C is #A7AC83. Grayscale: #595959. Windows color (decimal): -10988676 or 8147800. OLE color: 8147800.

HSL color Cylindrical-coordinate representation of color #58537C: hue angle of 247.32º 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 #58537C is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 83 124 -
CMYK 0.29 0.33 0 0.51
HSL 247.32º 0.2% 0.41% -
HSV(B) 247.32º 0.33% 0.49% -
XYZ 10.76 9.72 20.38 -
YUV 89.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 88 83 124 0.29 0.33 0 0.51 247.32 0.2 0.41
Hex 58 53 7C 1D 21 0 33 F7 14 29
Octal 130 123 174 35 41 0 63 367 24 51
Binary 1011000 1010011 1111100 11101 100001 0 110011 11110111 10100 101001

Color Harmonies of #58537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58537C

Black with #58537C

Text Example


Text Example

White with #58537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58537C; }

 p { color: rgb(88,83,124); }

 H1.HeaderClassName
 {
   color: #58537C;
 }
 .AnyTagClassName
 {
   color: #58537C;
 }
</style>

background-color css

<style>
 a { background-color: #58537C; }

 a { background-color: rgb(88,83,124); }

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

border-color css

<style>
 span { border-color: #58537C; }

 span { border-color: rgb(88,83,124); }

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