Html Css Color HEX #585B8B Governor Bay

📋 copy color: '#585B8B'

red 88 ◦ green 91 ◦ blue 139

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

Shades of Governor Bay #585B8B

Tints of Governor Bay #585B8B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 27.67%
G = 28.62%
B = 43.71%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#585B8B (or 0x585B8B) is known color: Governor Bay. HEX triplet: 58, 5B and 8B. RGB value is (88,91,139). Sum of RGB (Red+Green+Blue) = 88+91+139=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #585B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585B8B is #A7A474. Grayscale: #5F5F5F. Windows color (decimal): -10986613 or 9132888. OLE color: 9132888.

HSL color Cylindrical-coordinate representation of color #585B8B: hue angle of 236.47º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585B8B is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 91 139 -
CMYK 0.37 0.35 0 0.45
HSL 236.47º 0.22% 0.45% -
HSV(B) 236.47º 0.37% 0.55% -
XYZ 12.43 11.42 25.98 -
YUV 95.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 88 91 139 0.37 0.35 0 0.45 236.47 0.22 0.45
Hex 58 5B 8B 25 23 0 2D EC 16 2D
Octal 130 133 213 45 43 0 55 354 26 55
Binary 1011000 1011011 10001011 100101 100011 0 101101 11101100 10110 101101

Color Harmonies of #585B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B8B

Black with #585B8B

Text Example


Text Example

White with #585B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,91,139); }

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

background-color css

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

 a { background-color: rgb(88,91,139); }

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

border-color css

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

 span { border-color: rgb(88,91,139); }

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