#58548F

Color #58548F Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #58548F

Tints of Governor Bay #58548F

Color information

#58548F (or 0x58548F) is unknown color: approx Governor Bay. HEX triplet: 58, 54 and 8F. RGB value is (88,84,143). Sum of RGB (Red+Green+Blue) = 88+84+143=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #58548F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58548F is #A7AB70. Grayscale: #5B5B5B. Windows color (decimal): -10988401 or 9393240. OLE color: 9393240.

HSL color Cylindrical-coordinate representation of color #58548F: hue angle of 244.07º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58548F is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8884143-
CMYK0.380.4100.44
HSL244.07º25.99%44.51%-
HSV(B)244.07º41.26%56.08%-
XYZ12.1510.427.35-
YUV91.92156.83125.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 143 (56.25% from 255) = 45.40%
R=27.94%
G=26.67%
B=45.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88841430.380.4100.44244.0725.9944.51
Hex58548F262902Cf41a2d
Octal13012421746510543643255
Binary101100010101001000111110011010100101011001111010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58548F; }

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

 H1.HeaderClassName
 {
   color: #58548F;
 }
 .AnyTagClassName
 {
   color: #58548F;
 }
</style>
background-color css

<style>
 a { background-color: #58548F; }

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

 div.DivClassName
 {
   background-color: #58548F;
 }
 .BgClassName
 {
   background-color: #58548F;
 }
</style>
border-color css

<style>
 span { border-color: #58548F; }

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

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