Html Css Color HEX #585188 Victoria

📋 copy color: '#585188'

red 88 ◦ green 81 ◦ blue 136

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

Shades of Victoria #585188

Tints of Victoria #585188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 28.85%
G = 26.56%
B = 44.59%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#585188 (or 0x585188) is known color: Victoria. HEX triplet: 58, 51 and 88. RGB value is (88,81,136). Sum of RGB (Red+Green+Blue) = 88+81+136=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #585188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585188 is #A7AE77. Grayscale: #595959. Windows color (decimal): -10989176 or 8933720. OLE color: 8933720.

HSL color Cylindrical-coordinate representation of color #585188: hue angle of 247.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585188 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 81 136 -
CMYK 0.35 0.40 0 0.47
HSL 247.64º 0.25% 0.43% -
HSV(B) 247.64º 0.4% 0.53% -
XYZ 11.41 9.74 24.57 -
YUV 89.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 88 81 136 0.35 0.40 0 0.47 247.64 0.25 0.43
Hex 58 51 88 23 28 0 2F F8 19 2B
Octal 130 121 210 43 50 0 57 370 31 53
Binary 1011000 1010001 10001000 100011 101000 0 101111 11111000 11001 101011

Color Harmonies of #585188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585188

Black with #585188

Text Example


Text Example

White with #585188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585188; }

 p { color: rgb(88,81,136); }

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

background-color css

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

 a { background-color: rgb(88,81,136); }

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

border-color css

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

 span { border-color: rgb(88,81,136); }

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