Html Css Color HEX #584E9F Governor Bay

📋 copy color: '#584E9F'

red 88 ◦ green 78 ◦ blue 159

#584E9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #584E9F

Tints of Governor Bay #584E9F

RGB

 RED value IS 88 (34.77% from 255) = 27.08%

 GREEN value IS 78 (30.86% from 255) = 24%

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 27.08%
G = 24%
B = 48.92%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#584E9F (or 0x584E9F) is known color: Governor Bay. HEX triplet: 58, 4E and 9F. RGB value is (88,78,159). Sum of RGB (Red+Green+Blue) = 88+78+159=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #584E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E9F is #A7B160. Grayscale: #595959. Windows color (decimal): -10989921 or 10440280. OLE color: 10440280.

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

Color convert

RGB 88 78 159 -
CMYK 0.45 0.51 0 0.38
HSL 247.41º 0.34% 0.46% -
HSV(B) 247.41º 0.51% 0.62% -
XYZ 13.01 10.03 34.05 -
YUV 90.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 88 78 159 0.45 0.51 0 0.38 247.41 0.34 0.46
Hex 58 4E 9F 2D 33 0 26 F7 22 2E
Octal 130 116 237 55 63 0 46 367 42 56
Binary 1011000 1001110 10011111 101101 110011 0 100110 11110111 100010 101110

Color Harmonies of #584E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E9F

Black with #584E9F

Text Example


Text Example

White with #584E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #584E9F;
 }
 .AnyTagClassName
 {
   color: #584E9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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