Html Css Color HEX #585A9B Governor Bay

📋 copy color: '#585A9B'

red 88 ◦ green 90 ◦ blue 155

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

Shades of Governor Bay #585A9B

Tints of Governor Bay #585A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

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

R = 26.43%
G = 27.03%
B = 46.55%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#585A9B (or 0x585A9B) is known color: Governor Bay. HEX triplet: 58, 5A and 9B. RGB value is (88,90,155). Sum of RGB (Red+Green+Blue) = 88+90+155=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #585A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585A9B is #A7A564. Grayscale: #606060. Windows color (decimal): -10986853 or 10181208. OLE color: 10181208.

HSL color Cylindrical-coordinate representation of color #585A9B: hue angle of 238.21º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585A9B is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 90 155 -
CMYK 0.43 0.42 0 0.39
HSL 238.21º 0.28% 0.48% -
HSV(B) 238.21º 0.43% 0.61% -
XYZ 13.6 11.75 32.56 -
YUV 96.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 88 90 155 0.43 0.42 0 0.39 238.21 0.28 0.48
Hex 58 5A 9B 2B 2A 0 27 EE 1C 30
Octal 130 132 233 53 52 0 47 356 34 60
Binary 1011000 1011010 10011011 101011 101010 0 100111 11101110 11100 110000

Color Harmonies of #585A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A9B

Black with #585A9B

Text Example


Text Example

White with #585A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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