Html Css Color HEX #59527B Victoria

📋 copy color: '#59527B'

red 89 ◦ green 82 ◦ blue 123

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

Shades of Victoria #59527B

Tints of Victoria #59527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 30.27%
G = 27.89%
B = 41.84%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59527B (or 0x59527B) is known color: Victoria. HEX triplet: 59, 52 and 7B. RGB value is (89,82,123). Sum of RGB (Red+Green+Blue) = 89+82+123=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #59527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59527B is #A6AD84. Grayscale: #585858. Windows color (decimal): -10923397 or 8082009. OLE color: 8082009.

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

Color convert

RGB 89 82 123 -
CMYK 0.28 0.33 0 0.52
HSL 250.24º 0.2% 0.4% -
HSV(B) 250.24º 0.33% 0.48% -
XYZ 10.71 9.59 20.03 -
YUV 88.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 89 82 123 0.28 0.33 0 0.52 250.24 0.2 0.4
Hex 59 52 7B 1C 21 0 34 FA 14 28
Octal 131 122 173 34 41 0 64 372 24 50
Binary 1011001 1010010 1111011 11100 100001 0 110100 11111010 10100 101000

Color Harmonies of #59527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59527B

Black with #59527B

Text Example


Text Example

White with #59527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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