Html Css Color HEX #584C8E Victoria

📋 copy color: '#584C8E'

red 88 ◦ green 76 ◦ blue 142

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

Shades of Victoria #584C8E

Tints of Victoria #584C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 28.76%
G = 24.84%
B = 46.41%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584C8E (or 0x584C8E) is known color: Victoria. HEX triplet: 58, 4C and 8E. RGB value is (88,76,142). Sum of RGB (Red+Green+Blue) = 88+76+142=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #584C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584C8E is #A7B371. Grayscale: #565656. Windows color (decimal): -10990450 or 9325656. OLE color: 9325656.

HSL color Cylindrical-coordinate representation of color #584C8E: hue angle of 250.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #584C8E is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 76 142 -
CMYK 0.38 0.46 0 0.44
HSL 250.91º 0.3% 0.43% -
HSV(B) 250.91º 0.46% 0.56% -
XYZ 11.49 9.2 26.76 -
YUV 87.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 88 76 142 0.38 0.46 0 0.44 250.91 0.3 0.43
Hex 58 4C 8E 26 2E 0 2C FB 1E 2B
Octal 130 114 216 46 56 0 54 373 36 53
Binary 1011000 1001100 10001110 100110 101110 0 101100 11111011 11110 101011

Color Harmonies of #584C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C8E

Black with #584C8E

Text Example


Text Example

White with #584C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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