Html Css Color HEX #594F8C Victoria

📋 copy color: '#594F8C'

red 89 ◦ green 79 ◦ blue 140

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

Shades of Victoria #594F8C

Tints of Victoria #594F8C

RGB

 RED value IS 89 (35.16% from 255) = 28.9%

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 140 (55.08% from 255) = 45.45%

R = 28.9%
G = 25.65%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#594F8C (or 0x594F8C) is known color: Victoria. HEX triplet: 59, 4F and 8C. RGB value is (89,79,140). Sum of RGB (Red+Green+Blue) = 89+79+140=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #594F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F8C is #A6B073. Grayscale: #585858. Windows color (decimal): -10924148 or 9195353. OLE color: 9195353.

HSL color Cylindrical-coordinate representation of color #594F8C: hue angle of 249.84º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594F8C is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 79 140 -
CMYK 0.36 0.44 0 0.45
HSL 249.84º 0.28% 0.43% -
HSV(B) 249.84º 0.44% 0.55% -
XYZ 11.65 9.61 26.05 -
YUV 88.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 89 79 140 0.36 0.44 0 0.45 249.84 0.28 0.43
Hex 59 4F 8C 24 2C 0 2D FA 1C 2B
Octal 131 117 214 44 54 0 55 372 34 53
Binary 1011001 1001111 10001100 100100 101100 0 101101 11111010 11100 101011

Color Harmonies of #594F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F8C

Black with #594F8C

Text Example


Text Example

White with #594F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594F8C; }

 p { color: rgb(89,79,140); }

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

background-color css

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

 a { background-color: rgb(89,79,140); }

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

border-color css

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

 span { border-color: rgb(89,79,140); }

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