#584E9D

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

Shades of Governor Bay #584E9D

Tints of Governor Bay #584E9D

Color information

#584E9D (or 0x584E9D) is unknown color: approx Governor Bay. HEX triplet: 58, 4E and 9D. RGB value is (88,78,157). Sum of RGB (Red+Green+Blue) = 88+78+157=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #584E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E9D is #A7B162. Grayscale: #595959. Windows color (decimal): -10989923 or 10309208. OLE color: 10309208.

HSL color Cylindrical-coordinate representation of color #584E9D: hue angle of 247.59º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #584E9D is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8878157-
CMYK0.440.5000.38
HSL247.59º33.62%46.08%-
HSV(B)247.59º50.32%61.57%-
XYZ12.839.9633.14-
YUV90165.81126.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.24%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 157 (61.72% from 255) = 48.61%
R=27.24%
G=24.15%
B=48.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88781570.440.5000.38247.5933.6246.08
Hex584E9D2C32026f8222e
Octal13011623554620463704256
Binary1011000100111010011101101100110010010011011111000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584E9D; }

 p { color: rgb(88,78,157); }

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

<style>
 a { background-color: #584E9D; }

 a { background-color: rgb(88,78,157); }

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

<style>
 span { border-color: #584E9D; }

 span { border-color: rgb(88,78,157); }

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