Html Css Color HEX #58507F Victoria

📋 copy color: '#58507F'

red 88 ◦ green 80 ◦ blue 127

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

Shades of Victoria #58507F

Tints of Victoria #58507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 29.83%
G = 27.12%
B = 43.05%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58507F (or 0x58507F) is known color: Victoria. HEX triplet: 58, 50 and 7F. RGB value is (88,80,127). Sum of RGB (Red+Green+Blue) = 88+80+127=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #58507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58507F is #A7AF80. Grayscale: #575757. Windows color (decimal): -10989441 or 8343640. OLE color: 8343640.

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

Color convert

RGB 88 80 127 -
CMYK 0.31 0.37 0 0.50
HSL 250.21º 0.23% 0.41% -
HSV(B) 250.21º 0.37% 0.5% -
XYZ 10.72 9.34 21.32 -
YUV 87.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 88 80 127 0.31 0.37 0 0.50 250.21 0.23 0.41
Hex 58 50 7F 1F 25 0 32 FA 17 29
Octal 130 120 177 37 45 0 62 372 27 51
Binary 1011000 1010000 1111111 11111 100101 0 110010 11111010 10111 101001

Color Harmonies of #58507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58507F

Black with #58507F

Text Example


Text Example

White with #58507F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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