Html Css Color HEX #584E9B Governor Bay

📋 copy color: '#584E9B'

red 88 ◦ green 78 ◦ blue 155

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

Shades of Governor Bay #584E9B

Tints of Governor Bay #584E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 27.41%
G = 24.3%
B = 48.29%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#584E9B (or 0x584E9B) is known color: Governor Bay. HEX triplet: 58, 4E and 9B. RGB value is (88,78,155). Sum of RGB (Red+Green+Blue) = 88+78+155=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #584E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584E9B is #A7B164. Grayscale: #595959. Windows color (decimal): -10989925 or 10178136. OLE color: 10178136.

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

Color convert

RGB 88 78 155 -
CMYK 0.43 0.50 0 0.39
HSL 247.79º 0.33% 0.46% -
HSV(B) 247.79º 0.5% 0.61% -
XYZ 12.67 9.89 32.25 -
YUV 89.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 88 78 155 0.43 0.50 0 0.39 247.79 0.33 0.46
Hex 58 4E 9B 2B 32 0 27 F8 21 2E
Octal 130 116 233 53 62 0 47 370 41 56
Binary 1011000 1001110 10011011 101011 110010 0 100111 11111000 100001 101110

Color Harmonies of #584E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584E9B

Black with #584E9B

Text Example


Text Example

White with #584E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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