Html Css Color HEX #59568B Victoria

📋 copy color: '#59568B'

red 89 ◦ green 86 ◦ blue 139

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

Shades of Victoria #59568B

Tints of Victoria #59568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 139 (54.69% from 255) = 44.27%

R = 28.34%
G = 27.39%
B = 44.27%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59568B (or 0x59568B) is known color: Victoria. HEX triplet: 59, 56 and 8B. RGB value is (89,86,139). Sum of RGB (Red+Green+Blue) = 89+86+139=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #59568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59568B is #A6A974. Grayscale: #5C5C5C. Windows color (decimal): -10922357 or 9131609. OLE color: 9131609.

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

Color convert

RGB 89 86 139 -
CMYK 0.36 0.38 0 0.45
HSL 243.4º 0.24% 0.44% -
HSV(B) 243.4º 0.38% 0.55% -
XYZ 12.11 10.64 25.84 -
YUV 92.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 89 86 139 0.36 0.38 0 0.45 243.4 0.24 0.44
Hex 59 56 8B 24 26 0 2D F3 18 2C
Octal 131 126 213 44 46 0 55 363 30 54
Binary 1011001 1010110 10001011 100100 100110 0 101101 11110011 11000 101100

Color Harmonies of #59568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59568B

Black with #59568B

Text Example


Text Example

White with #59568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59568B; }

 p { color: rgb(89,86,139); }

 H1.HeaderClassName
 {
   color: #59568B;
 }
 .AnyTagClassName
 {
   color: #59568B;
 }
</style>

background-color css

<style>
 a { background-color: #59568B; }

 a { background-color: rgb(89,86,139); }

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

border-color css

<style>
 span { border-color: #59568B; }

 span { border-color: rgb(89,86,139); }

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