Html Css Color HEX #585D8B Governor Bay

📋 copy color: '#585D8B'

red 88 ◦ green 93 ◦ blue 139

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

Shades of Governor Bay #585D8B

Tints of Governor Bay #585D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

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

R = 27.5%
G = 29.06%
B = 43.44%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#585D8B (or 0x585D8B) is known color: Governor Bay. HEX triplet: 58, 5D and 8B. RGB value is (88,93,139). Sum of RGB (Red+Green+Blue) = 88+93+139=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #585D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D8B is #A7A274. Grayscale: #606060. Windows color (decimal): -10986101 or 9133400. OLE color: 9133400.

HSL color Cylindrical-coordinate representation of color #585D8B: hue angle of 234.12º 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 #585D8B is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 93 139 -
CMYK 0.37 0.33 0 0.45
HSL 234.12º 0.22% 0.45% -
HSV(B) 234.12º 0.37% 0.55% -
XYZ 12.6 11.77 26.03 -
YUV 96.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 88 93 139 0.37 0.33 0 0.45 234.12 0.22 0.45
Hex 58 5D 8B 25 21 0 2D EA 16 2D
Octal 130 135 213 45 41 0 55 352 26 55
Binary 1011000 1011101 10001011 100101 100001 0 101101 11101010 10110 101101

Color Harmonies of #585D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D8B

Black with #585D8B

Text Example


Text Example

White with #585D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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