#584D9B

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

Shades of Governor Bay #584D9B

Tints of Governor Bay #584D9B

Color information

#584D9B (or 0x584D9B) is unknown color: approx Governor Bay. HEX triplet: 58, 4D and 9B. RGB value is (88,77,155). Sum of RGB (Red+Green+Blue) = 88+77+155=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #584D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584D9B is #A7B264. Grayscale: #585858. Windows color (decimal): -10990181 or 10177880. OLE color: 10177880.

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

Color convert

RGB8877155-
CMYK0.430.5000.39
HSL248.46º33.62%45.49%-
HSV(B)248.46º50.32%60.78%-
XYZ12.599.7532.23-
YUV89.18165.14127.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.5%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=27.5%
G=24.06%
B=48.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88771550.430.5000.39248.4633.6245.49
Hex584D9B2B32027f8222d
Octal13011523353620473704255
Binary1011000100110110011011101011110010010011111111000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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