Html Css Color HEX #58527B Victoria

📋 copy color: '#58527B'

red 88 ◦ green 82 ◦ blue 123

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

Shades of Victoria #58527B

Tints of Victoria #58527B

RGB

 RED value IS 88 (34.77% from 255) = 30.03%

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

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

R = 30.03%
G = 27.99%
B = 41.98%

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

#58527B (or 0x58527B) is known color: Victoria. HEX triplet: 58, 52 and 7B. RGB value is (88,82,123). Sum of RGB (Red+Green+Blue) = 88+82+123=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #58527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58527B is #A7AD84. Grayscale: #585858. Windows color (decimal): -10988933 or 8082008. OLE color: 8082008.

HSL color Cylindrical-coordinate representation of color #58527B: hue angle of 248.78º 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 #58527B is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 82 123 -
CMYK 0.28 0.33 0 0.52
HSL 248.78º 0.2% 0.4% -
HSV(B) 248.78º 0.33% 0.48% -
XYZ 10.62 9.54 20.02 -
YUV 88.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 88 82 123 0.28 0.33 0 0.52 248.78 0.2 0.4
Hex 58 52 7B 1C 21 0 34 F9 14 28
Octal 130 122 173 34 41 0 64 371 24 50
Binary 1011000 1010010 1111011 11100 100001 0 110100 11111001 10100 101000

Color Harmonies of #58527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58527B

Black with #58527B

Text Example


Text Example

White with #58527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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