Html Css Color HEX #58549B Governor Bay

📋 copy color: '#58549B'

red 88 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #58549B

Tints of Governor Bay #58549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 26.91%
G = 25.69%
B = 47.4%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58549B (or 0x58549B) is known color: Governor Bay. HEX triplet: 58, 54 and 9B. RGB value is (88,84,155). Sum of RGB (Red+Green+Blue) = 88+84+155=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #58549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58549B is #A7AB64. Grayscale: #5D5D5D. Windows color (decimal): -10988389 or 10179672. OLE color: 10179672.

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

Color convert

RGB 88 84 155 -
CMYK 0.43 0.46 0 0.39
HSL 243.38º 0.3% 0.47% -
HSV(B) 243.38º 0.46% 0.61% -
XYZ 13.11 10.78 32.4 -
YUV 93.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 88 84 155 0.43 0.46 0 0.39 243.38 0.3 0.47
Hex 58 54 9B 2B 2E 0 27 F3 1E 2F
Octal 130 124 233 53 56 0 47 363 36 57
Binary 1011000 1010100 10011011 101011 101110 0 100111 11110011 11110 101111

Color Harmonies of #58549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58549B

Black with #58549B

Text Example


Text Example

White with #58549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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