Html Css Color HEX #58529B Governor Bay

📋 copy color: '#58529B'

red 88 ◦ green 82 ◦ blue 155

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

Shades of Governor Bay #58529B

Tints of Governor Bay #58529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 27.08%
G = 25.23%
B = 47.69%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58529B (or 0x58529B) is known color: Governor Bay. HEX triplet: 58, 52 and 9B. RGB value is (88,82,155). Sum of RGB (Red+Green+Blue) = 88+82+155=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #58529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58529B is #A7AD64. Grayscale: #5B5B5B. Windows color (decimal): -10988901 or 10179160. OLE color: 10179160.

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

Color convert

RGB 88 82 155 -
CMYK 0.43 0.47 0 0.39
HSL 244.93º 0.31% 0.46% -
HSV(B) 244.93º 0.47% 0.61% -
XYZ 12.96 10.48 32.35 -
YUV 92.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 88 82 155 0.43 0.47 0 0.39 244.93 0.31 0.46
Hex 58 52 9B 2B 2F 0 27 F5 1F 2E
Octal 130 122 233 53 57 0 47 365 37 56
Binary 1011000 1010010 10011011 101011 101111 0 100111 11110101 11111 101110

Color Harmonies of #58529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58529B

Black with #58529B

Text Example


Text Example

White with #58529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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