Html Css Color HEX #59547B Victoria

📋 copy color: '#59547B'

red 89 ◦ green 84 ◦ blue 123

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

Shades of Victoria #59547B

Tints of Victoria #59547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 30.07%
G = 28.38%
B = 41.55%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59547B (or 0x59547B) is known color: Victoria. HEX triplet: 59, 54 and 7B. RGB value is (89,84,123). Sum of RGB (Red+Green+Blue) = 89+84+123=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #59547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59547B is #A6AB84. Grayscale: #595959. Windows color (decimal): -10922885 or 8082521. OLE color: 8082521.

HSL color Cylindrical-coordinate representation of color #59547B: hue angle of 247.69º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59547B is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 84 123 -
CMYK 0.28 0.32 0 0.52
HSL 247.69º 0.19% 0.41% -
HSV(B) 247.69º 0.32% 0.48% -
XYZ 10.87 9.89 20.08 -
YUV 89.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 89 84 123 0.28 0.32 0 0.52 247.69 0.19 0.41
Hex 59 54 7B 1C 20 0 34 F8 13 29
Octal 131 124 173 34 40 0 64 370 23 51
Binary 1011001 1010100 1111011 11100 100000 0 110100 11111000 10011 101001

Color Harmonies of #59547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59547B

Black with #59547B

Text Example


Text Example

White with #59547B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,84,123); }

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

background-color css

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

 a { background-color: rgb(89,84,123); }

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

border-color css

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

 span { border-color: rgb(89,84,123); }

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