Html Css Color HEX #58528A Victoria

📋 copy color: '#58528A'

red 88 ◦ green 82 ◦ blue 138

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

Shades of Victoria #58528A

Tints of Victoria #58528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 28.57%
G = 26.62%
B = 44.81%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58528A (or 0x58528A) is known color: Victoria. HEX triplet: 58, 52 and 8A. RGB value is (88,82,138). Sum of RGB (Red+Green+Blue) = 88+82+138=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #58528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58528A is #A7AD75. Grayscale: #595959. Windows color (decimal): -10988918 or 9065048. OLE color: 9065048.

HSL color Cylindrical-coordinate representation of color #58528A: hue angle of 246.43º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58528A is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 82 138 -
CMYK 0.36 0.41 0 0.46
HSL 246.43º 0.25% 0.43% -
HSV(B) 246.43º 0.41% 0.54% -
XYZ 11.63 9.94 25.35 -
YUV 90.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 88 82 138 0.36 0.41 0 0.46 246.43 0.25 0.43
Hex 58 52 8A 24 29 0 2E F6 19 2B
Octal 130 122 212 44 51 0 56 366 31 53
Binary 1011000 1010010 10001010 100100 101001 0 101110 11110110 11001 101011

Color Harmonies of #58528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58528A

Black with #58528A

Text Example


Text Example

White with #58528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58528A; }

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

 H1.HeaderClassName
 {
   color: #58528A;
 }
 .AnyTagClassName
 {
   color: #58528A;
 }
</style>

background-color css

<style>
 a { background-color: #58528A; }

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

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

border-color css

<style>
 span { border-color: #58528A; }

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

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