#584C9B

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

Shades of Governor Bay #584C9B

Tints of Governor Bay #584C9B

Color information

#584C9B (or 0x584C9B) is unknown color: approx Governor Bay. HEX triplet: 58, 4C and 9B. RGB value is (88,76,155). Sum of RGB (Red+Green+Blue) = 88+76+155=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #584C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584C9B is #A7B364. Grayscale: #585858. Windows color (decimal): -10990437 or 10177624. OLE color: 10177624.

HSL color Cylindrical-coordinate representation of color #584C9B: hue angle of 249.11º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584C9B is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8876155-
CMYK0.430.5100.39
HSL249.11º34.2%45.29%-
HSV(B)249.11º50.97%60.78%-
XYZ12.539.6132.21-
YUV88.59165.48127.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=27.59%
G=23.82%
B=48.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88761550.430.5100.39249.1134.245.29
Hex584C9B2B33027f9222d
Octal13011423353630473714255
Binary1011000100110010011011101011110011010011111111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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