#584DA0

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

Shades of Governor Bay #584DA0

Tints of Governor Bay #584DA0

Color information

#584DA0 (or 0x584DA0) is unknown color: approx Governor Bay. HEX triplet: 58, 4D and A0. RGB value is (88,77,160). Sum of RGB (Red+Green+Blue) = 88+77+160=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #584DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DA0 is #A7B25F. Grayscale: #595959. Windows color (decimal): -10990176 or 10505560. OLE color: 10505560.

HSL color Cylindrical-coordinate representation of color #584DA0: hue angle of 247.95º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #584DA0 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8877160-
CMYK0.450.5200.37
HSL247.95º35.02%46.47%-
HSV(B)247.95º51.88%62.75%-
XYZ13.029.9234.49-
YUV89.75167.64126.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=27.08%
G=23.69%
B=49.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88771600.450.5200.37247.9535.0246.47
Hex584DA02D34025f8232e
Octal13011524055640453704356
Binary1011000100110110100000101101110100010010111111000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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