Html Css Color HEX #585C8E Governor Bay

📋 copy color: '#585C8E'

red 88 ◦ green 92 ◦ blue 142

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

Shades of Governor Bay #585C8E

Tints of Governor Bay #585C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 27.33%
G = 28.57%
B = 44.1%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#585C8E (or 0x585C8E) is known color: Governor Bay. HEX triplet: 58, 5C and 8E. RGB value is (88,92,142). Sum of RGB (Red+Green+Blue) = 88+92+142=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #585C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C8E is #A7A371. Grayscale: #606060. Windows color (decimal): -10986354 or 9329752. OLE color: 9329752.

HSL color Cylindrical-coordinate representation of color #585C8E: hue angle of 235.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #585C8E is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 92 142 -
CMYK 0.38 0.35 0 0.44
HSL 235.56º 0.23% 0.45% -
HSV(B) 235.56º 0.38% 0.56% -
XYZ 12.73 11.68 27.17 -
YUV 96.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 88 92 142 0.38 0.35 0 0.44 235.56 0.23 0.45
Hex 58 5C 8E 26 23 0 2C EC 17 2D
Octal 130 134 216 46 43 0 54 354 27 55
Binary 1011000 1011100 10001110 100110 100011 0 101100 11101100 10111 101101

Color Harmonies of #585C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C8E

Black with #585C8E

Text Example


Text Example

White with #585C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,142); }

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

background-color css

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

 a { background-color: rgb(88,92,142); }

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

border-color css

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

 span { border-color: rgb(88,92,142); }

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