Html Css Color HEX #58538F Victoria

📋 copy color: '#58538F'

red 88 ◦ green 83 ◦ blue 143

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

Shades of Victoria #58538F

Tints of Victoria #58538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 28.03%
G = 26.43%
B = 45.54%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58538F (or 0x58538F) is known color: Victoria. HEX triplet: 58, 53 and 8F. RGB value is (88,83,143). Sum of RGB (Red+Green+Blue) = 88+83+143=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #58538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58538F is #A7AC70. Grayscale: #5B5B5B. Windows color (decimal): -10988657 or 9392984. OLE color: 9392984.

HSL color Cylindrical-coordinate representation of color #58538F: hue angle of 245º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58538F is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 83 143 -
CMYK 0.38 0.42 0 0.44
HSL 245º 0.27% 0.44% -
HSV(B) 245º 0.42% 0.56% -
XYZ 12.08 10.24 27.33 -
YUV 91.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 88 83 143 0.38 0.42 0 0.44 245 0.27 0.44
Hex 58 53 8F 26 2A 0 2C F5 1B 2C
Octal 130 123 217 46 52 0 54 365 33 54
Binary 1011000 1010011 10001111 100110 101010 0 101100 11110101 11011 101100

Color Harmonies of #58538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58538F

Black with #58538F

Text Example


Text Example

White with #58538F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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