Html Css Color HEX #58558B Victoria

📋 copy color: '#58558B'

red 88 ◦ green 85 ◦ blue 139

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

Shades of Victoria #58558B

Tints of Victoria #58558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 28.21%
G = 27.24%
B = 44.55%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58558B (or 0x58558B) is known color: Victoria. HEX triplet: 58, 55 and 8B. RGB value is (88,85,139). Sum of RGB (Red+Green+Blue) = 88+85+139=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #58558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58558B is #A7AA74. Grayscale: #5B5B5B. Windows color (decimal): -10988149 or 9131352. OLE color: 9131352.

HSL color Cylindrical-coordinate representation of color #58558B: hue angle of 243.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58558B is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 85 139 -
CMYK 0.37 0.39 0 0.45
HSL 243.33º 0.24% 0.44% -
HSV(B) 243.33º 0.39% 0.55% -
XYZ 11.93 10.44 25.81 -
YUV 92.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 88 85 139 0.37 0.39 0 0.45 243.33 0.24 0.44
Hex 58 55 8B 25 27 0 2D F3 18 2C
Octal 130 125 213 45 47 0 55 363 30 54
Binary 1011000 1010101 10001011 100101 100111 0 101101 11110011 11000 101100

Color Harmonies of #58558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58558B

Black with #58558B

Text Example


Text Example

White with #58558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58558B; }

 p { color: rgb(88,85,139); }

 H1.HeaderClassName
 {
   color: #58558B;
 }
 .AnyTagClassName
 {
   color: #58558B;
 }
</style>

background-color css

<style>
 a { background-color: #58558B; }

 a { background-color: rgb(88,85,139); }

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

border-color css

<style>
 span { border-color: #58558B; }

 span { border-color: rgb(88,85,139); }

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