Html Css Color HEX #59557B Victoria

📋 copy color: '#59557B'

red 89 ◦ green 85 ◦ blue 123

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

Shades of Victoria #59557B

Tints of Victoria #59557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

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

R = 29.97%
G = 28.62%
B = 41.41%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59557B (or 0x59557B) is known color: Victoria. HEX triplet: 59, 55 and 7B. RGB value is (89,85,123). Sum of RGB (Red+Green+Blue) = 89+85+123=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #59557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59557B is #A6AA84. Grayscale: #5A5A5A. Windows color (decimal): -10922629 or 8082777. OLE color: 8082777.

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

Color convert

RGB 89 85 123 -
CMYK 0.28 0.31 0 0.52
HSL 246.32º 0.18% 0.41% -
HSV(B) 246.32º 0.31% 0.48% -
XYZ 10.94 10.05 20.1 -
YUV 90.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 89 85 123 0.28 0.31 0 0.52 246.32 0.18 0.41
Hex 59 55 7B 1C 1F 0 34 F6 12 29
Octal 131 125 173 34 37 0 64 366 22 51
Binary 1011001 1010101 1111011 11100 11111 0 110100 11110110 10010 101001

Color Harmonies of #59557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59557B

Black with #59557B

Text Example


Text Example

White with #59557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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