Html Css Color HEX #58538C Victoria

📋 copy color: '#58538C'

red 88 ◦ green 83 ◦ blue 140

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

Shades of Victoria #58538C

Tints of Victoria #58538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 28.3%
G = 26.69%
B = 45.02%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58538C (or 0x58538C) is known color: Victoria. HEX triplet: 58, 53 and 8C. RGB value is (88,83,140). Sum of RGB (Red+Green+Blue) = 88+83+140=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #58538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58538C is #A7AC73. Grayscale: #5A5A5A. Windows color (decimal): -10988660 or 9196376. OLE color: 9196376.

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

Color convert

RGB 88 83 140 -
CMYK 0.37 0.41 0 0.45
HSL 245.26º 0.26% 0.44% -
HSV(B) 245.26º 0.41% 0.55% -
XYZ 11.85 10.15 26.15 -
YUV 90.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 88 83 140 0.37 0.41 0 0.45 245.26 0.26 0.44
Hex 58 53 8C 25 29 0 2D F5 1A 2C
Octal 130 123 214 45 51 0 55 365 32 54
Binary 1011000 1010011 10001100 100101 101001 0 101101 11110101 11010 101100

Color Harmonies of #58538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58538C

Black with #58538C

Text Example


Text Example

White with #58538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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