Html Css Color HEX #58529C Governor Bay

📋 copy color: '#58529C'

red 88 ◦ green 82 ◦ blue 156

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

Shades of Governor Bay #58529C

Tints of Governor Bay #58529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.85%

R = 26.99%
G = 25.15%
B = 47.85%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58529C (or 0x58529C) is known color: Governor Bay. HEX triplet: 58, 52 and 9C. RGB value is (88,82,156). Sum of RGB (Red+Green+Blue) = 88+82+156=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #58529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58529C is #A7AD63. Grayscale: #5B5B5B. Windows color (decimal): -10988900 or 10244696. OLE color: 10244696.

HSL color Cylindrical-coordinate representation of color #58529C: hue angle of 244.86º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58529C is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 82 156 -
CMYK 0.44 0.47 0 0.39
HSL 244.86º 0.31% 0.47% -
HSV(B) 244.86º 0.47% 0.61% -
XYZ 13.04 10.51 32.79 -
YUV 92.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 88 82 156 0.44 0.47 0 0.39 244.86 0.31 0.47
Hex 58 52 9C 2C 2F 0 27 F5 1F 2F
Octal 130 122 234 54 57 0 47 365 37 57
Binary 1011000 1010010 10011100 101100 101111 0 100111 11110101 11111 101111

Color Harmonies of #58529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58529C

Black with #58529C

Text Example


Text Example

White with #58529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58529C; }

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

 H1.HeaderClassName
 {
   color: #58529C;
 }
 .AnyTagClassName
 {
   color: #58529C;
 }
</style>

background-color css

<style>
 a { background-color: #58529C; }

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

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

border-color css

<style>
 span { border-color: #58529C; }

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

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