Html Css Color HEX #584C90 Victoria

📋 copy color: '#584C90'

red 88 ◦ green 76 ◦ blue 144

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

Shades of Victoria #584C90

Tints of Victoria #584C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 28.57%
G = 24.68%
B = 46.75%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#584C90 (or 0x584C90) is known color: Victoria. HEX triplet: 58, 4C and 90. RGB value is (88,76,144). Sum of RGB (Red+Green+Blue) = 88+76+144=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #584C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584C90 is #A7B36F. Grayscale: #575757. Windows color (decimal): -10990448 or 9456728. OLE color: 9456728.

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

Color convert

RGB 88 76 144 -
CMYK 0.39 0.47 0 0.44
HSL 250.59º 0.31% 0.43% -
HSV(B) 250.59º 0.47% 0.56% -
XYZ 11.64 9.26 27.56 -
YUV 87.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 88 76 144 0.39 0.47 0 0.44 250.59 0.31 0.43
Hex 58 4C 90 27 2F 0 2C FB 1F 2B
Octal 130 114 220 47 57 0 54 373 37 53
Binary 1011000 1001100 10010000 100111 101111 0 101100 11111011 11111 101011

Color Harmonies of #584C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C90

Black with #584C90

Text Example


Text Example

White with #584C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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