Html Css Color HEX #58558A Victoria

📋 copy color: '#58558A'

red 88 ◦ green 85 ◦ blue 138

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

Shades of Victoria #58558A

Tints of Victoria #58558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.37%

R = 28.3%
G = 27.33%
B = 44.37%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58558A (or 0x58558A) is known color: Victoria. HEX triplet: 58, 55 and 8A. RGB value is (88,85,138). Sum of RGB (Red+Green+Blue) = 88+85+138=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #58558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58558A is #A7AA75. Grayscale: #5B5B5B. Windows color (decimal): -10988150 or 9065816. OLE color: 9065816.

HSL color Cylindrical-coordinate representation of color #58558A: hue angle of 243.4º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58558A is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 85 138 -
CMYK 0.36 0.38 0 0.46
HSL 243.4º 0.24% 0.44% -
HSV(B) 243.4º 0.38% 0.54% -
XYZ 11.86 10.41 25.43 -
YUV 91.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 88 85 138 0.36 0.38 0 0.46 243.4 0.24 0.44
Hex 58 55 8A 24 26 0 2E F3 18 2C
Octal 130 125 212 44 46 0 56 363 30 54
Binary 1011000 1010101 10001010 100100 100110 0 101110 11110011 11000 101100

Color Harmonies of #58558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58558A

Black with #58558A

Text Example


Text Example

White with #58558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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