#584E98

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

Shades of Governor Bay #584E98

Tints of Governor Bay #584E98

Color information

#584E98 (or 0x584E98) is unknown color: approx Governor Bay. HEX triplet: 58, 4E and 98. RGB value is (88,78,152). Sum of RGB (Red+Green+Blue) = 88+78+152=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #584E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E98 is #A7B167. Grayscale: #595959. Windows color (decimal): -10989928 or 9981528. OLE color: 9981528.

HSL color Cylindrical-coordinate representation of color #584E98: hue angle of 248.11º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #584E98 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8878152-
CMYK0.420.4900.40
HSL248.11º32.17%45.1%-
HSV(B)248.11º48.68%59.61%-
XYZ12.429.7930.94-
YUV89.43163.31126.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=27.67%
G=24.53%
B=47.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88781520.420.4900.40248.1132.1745.1
Hex584E982A31028f8202d
Octal13011623052610503704055
Binary1011000100111010011000101010110001010100011111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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