Html Css Color HEX #585075 Victoria

📋 copy color: '#585075'

red 88 ◦ green 80 ◦ blue 117

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

Shades of Victoria #585075

Tints of Victoria #585075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 30.88%
G = 28.07%
B = 41.05%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585075 (or 0x585075) is known color: Victoria. HEX triplet: 58, 50 and 75. RGB value is (88,80,117). Sum of RGB (Red+Green+Blue) = 88+80+117=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #585075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585075 is #A7AF8A. Grayscale: #565656. Windows color (decimal): -10989451 or 7688280. OLE color: 7688280.

HSL color Cylindrical-coordinate representation of color #585075: hue angle of 252.97º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585075 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 80 117 -
CMYK 0.25 0.32 0 0.54
HSL 252.97º 0.19% 0.39% -
HSV(B) 252.97º 0.32% 0.46% -
XYZ 10.1 9.1 18.05 -
YUV 86.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 88 80 117 0.25 0.32 0 0.54 252.97 0.19 0.39
Hex 58 50 75 19 20 0 36 FD 13 27
Octal 130 120 165 31 40 0 66 375 23 47
Binary 1011000 1010000 1110101 11001 100000 0 110110 11111101 10011 100111

Color Harmonies of #585075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585075

Black with #585075

Text Example


Text Example

White with #585075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585075; }

 p { color: rgb(88,80,117); }

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

background-color css

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

 a { background-color: rgb(88,80,117); }

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

border-color css

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

 span { border-color: rgb(88,80,117); }

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