Html Css Color HEX #585D8C Governor Bay

📋 copy color: '#585D8C'

red 88 ◦ green 93 ◦ blue 140

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

Shades of Governor Bay #585D8C

Tints of Governor Bay #585D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 27.41%
G = 28.97%
B = 43.61%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#585D8C (or 0x585D8C) is known color: Governor Bay. HEX triplet: 58, 5D and 8C. RGB value is (88,93,140). Sum of RGB (Red+Green+Blue) = 88+93+140=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #585D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D8C is #A7A273. Grayscale: #606060. Windows color (decimal): -10986100 or 9198936. OLE color: 9198936.

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

Color convert

RGB 88 93 140 -
CMYK 0.37 0.34 0 0.45
HSL 234.23º 0.23% 0.45% -
HSV(B) 234.23º 0.37% 0.55% -
XYZ 12.67 11.8 26.42 -
YUV 96.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 88 93 140 0.37 0.34 0 0.45 234.23 0.23 0.45
Hex 58 5D 8C 25 22 0 2D EA 17 2D
Octal 130 135 214 45 42 0 55 352 27 55
Binary 1011000 1011101 10001100 100101 100010 0 101101 11101010 10111 101101

Color Harmonies of #585D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D8C

Black with #585D8C

Text Example


Text Example

White with #585D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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