Html Css Color HEX #584C75 Victoria

📋 copy color: '#584C75'

red 88 ◦ green 76 ◦ blue 117

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

Shades of Victoria #584C75

Tints of Victoria #584C75

RGB

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

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

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

R = 31.32%
G = 27.05%
B = 41.64%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#584C75 (or 0x584C75) is known color: Victoria. HEX triplet: 58, 4C and 75. RGB value is (88,76,117). Sum of RGB (Red+Green+Blue) = 88+76+117=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #584C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584C75 is #A7B38A. Grayscale: #545454. Windows color (decimal): -10990475 or 7687256. OLE color: 7687256.

HSL color Cylindrical-coordinate representation of color #584C75: hue angle of 257.56º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #584C75 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 76 117 -
CMYK 0.25 0.35 0 0.54
HSL 257.56º 0.21% 0.38% -
HSV(B) 257.56º 0.35% 0.46% -
XYZ 9.82 8.53 17.96 -
YUV 84.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 88 76 117 0.25 0.35 0 0.54 257.56 0.21 0.38
Hex 58 4C 75 19 23 0 36 102 15 26
Octal 130 114 165 31 43 0 66 402 25 46
Binary 1011000 1001100 1110101 11001 100011 0 110110 100000010 10101 100110

Color Harmonies of #584C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C75

Black with #584C75

Text Example


Text Example

White with #584C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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