Html Css Color HEX #584C87 Victoria

📋 copy color: '#584C87'

red 88 ◦ green 76 ◦ blue 135

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

Shades of Victoria #584C87

Tints of Victoria #584C87

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 29.43%
G = 25.42%
B = 45.15%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#584C87 (or 0x584C87) is known color: Victoria. HEX triplet: 58, 4C and 87. RGB value is (88,76,135). Sum of RGB (Red+Green+Blue) = 88+76+135=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #584C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584C87 is #A7B378. Grayscale: #565656. Windows color (decimal): -10990457 or 8866904. OLE color: 8866904.

HSL color Cylindrical-coordinate representation of color #584C87: hue angle of 252.2º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #584C87 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 76 135 -
CMYK 0.35 0.44 0 0.47
HSL 252.2º 0.28% 0.41% -
HSV(B) 252.2º 0.44% 0.53% -
XYZ 10.98 8.99 24.08 -
YUV 86.31 155.48 129.2 -
System Red Green Blue C M Y K H S L
Decimal 88 76 135 0.35 0.44 0 0.47 252.2 0.28 0.41
Hex 58 4C 87 23 2C 0 2F FC 1C 29
Octal 130 114 207 43 54 0 57 374 34 51
Binary 1011000 1001100 10000111 100011 101100 0 101111 11111100 11100 101001

Color Harmonies of #584C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C87

Black with #584C87

Text Example


Text Example

White with #584C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584C87; }

 p { color: rgb(88,76,135); }

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

background-color css

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

 a { background-color: rgb(88,76,135); }

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

border-color css

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

 span { border-color: rgb(88,76,135); }

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