Html Css Color HEX #585494 Governor Bay

📋 copy color: '#585494'

red 88 ◦ green 84 ◦ blue 148

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

Shades of Governor Bay #585494

Tints of Governor Bay #585494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 27.5%
G = 26.25%
B = 46.25%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#585494 (or 0x585494) is known color: Governor Bay. HEX triplet: 58, 54 and 94. RGB value is (88,84,148). Sum of RGB (Red+Green+Blue) = 88+84+148=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #585494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585494 is #A7AB6B. Grayscale: #5C5C5C. Windows color (decimal): -10988396 or 9720920. OLE color: 9720920.

HSL color Cylindrical-coordinate representation of color #585494: hue angle of 243.75º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585494 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 84 148 -
CMYK 0.41 0.43 0 0.42
HSL 243.75º 0.28% 0.45% -
HSV(B) 243.75º 0.43% 0.58% -
XYZ 12.54 10.55 29.39 -
YUV 92.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 88 84 148 0.41 0.43 0 0.42 243.75 0.28 0.45
Hex 58 54 94 29 2B 0 2A F4 1C 2D
Octal 130 124 224 51 53 0 52 364 34 55
Binary 1011000 1010100 10010100 101001 101011 0 101010 11110100 11100 101101

Color Harmonies of #585494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585494

Black with #585494

Text Example


Text Example

White with #585494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585494; }

 p { color: rgb(88,84,148); }

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

background-color css

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

 a { background-color: rgb(88,84,148); }

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

border-color css

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

 span { border-color: rgb(88,84,148); }

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