#584F9B

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

Shades of Governor Bay #584F9B

Tints of Governor Bay #584F9B

Color information

#584F9B (or 0x584F9B) is unknown color: approx Governor Bay. HEX triplet: 58, 4F and 9B. RGB value is (88,79,155). Sum of RGB (Red+Green+Blue) = 88+79+155=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #584F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584F9B is #A7B064. Grayscale: #5A5A5A. Windows color (decimal): -10989669 or 10178392. OLE color: 10178392.

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

Color convert

RGB8879155-
CMYK0.430.4900.39
HSL247.11º32.48%45.88%-
HSV(B)247.11º49.03%60.78%-
XYZ12.7410.0332.28-
YUV90.36164.48126.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.33%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=27.33%
G=24.53%
B=48.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88791550.430.4900.39247.1132.4845.88
Hex584F9B2B31027f7202e
Octal13011723353610473674056
Binary1011000100111110011011101011110001010011111110111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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