Html Css Color HEX #58538B Victoria

📋 copy color: '#58538B'

red 88 ◦ green 83 ◦ blue 139

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

Shades of Victoria #58538B

Tints of Victoria #58538B

RGB

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

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

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

R = 28.39%
G = 26.77%
B = 44.84%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58538B (or 0x58538B) is known color: Victoria. HEX triplet: 58, 53 and 8B. RGB value is (88,83,139). Sum of RGB (Red+Green+Blue) = 88+83+139=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #58538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58538B is #A7AC74. Grayscale: #5A5A5A. Windows color (decimal): -10988661 or 9130840. OLE color: 9130840.

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

Color convert

RGB 88 83 139 -
CMYK 0.37 0.40 0 0.45
HSL 245.36º 0.25% 0.44% -
HSV(B) 245.36º 0.4% 0.55% -
XYZ 11.78 10.13 25.76 -
YUV 90.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 88 83 139 0.37 0.40 0 0.45 245.36 0.25 0.44
Hex 58 53 8B 25 28 0 2D F5 19 2C
Octal 130 123 213 45 50 0 55 365 31 54
Binary 1011000 1010011 10001011 100101 101000 0 101101 11110101 11001 101100

Color Harmonies of #58538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58538B

Black with #58538B

Text Example


Text Example

White with #58538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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