Html Css Color HEX #585C92 Governor Bay

📋 copy color: '#585C92'

red 88 ◦ green 92 ◦ blue 146

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

Shades of Governor Bay #585C92

Tints of Governor Bay #585C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 26.99%
G = 28.22%
B = 44.79%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#585C92 (or 0x585C92) is known color: Governor Bay. HEX triplet: 58, 5C and 92. RGB value is (88,92,146). Sum of RGB (Red+Green+Blue) = 88+92+146=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #585C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C92 is #A7A36D. Grayscale: #606060. Windows color (decimal): -10986350 or 9591896. OLE color: 9591896.

HSL color Cylindrical-coordinate representation of color #585C92: hue angle of 235.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585C92 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 92 146 -
CMYK 0.40 0.37 0 0.43
HSL 235.86º 0.25% 0.46% -
HSV(B) 235.86º 0.4% 0.57% -
XYZ 13.04 11.8 28.79 -
YUV 96.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 88 92 146 0.40 0.37 0 0.43 235.86 0.25 0.46
Hex 58 5C 92 28 25 0 2B EC 19 2E
Octal 130 134 222 50 45 0 53 354 31 56
Binary 1011000 1011100 10010010 101000 100101 0 101011 11101100 11001 101110

Color Harmonies of #585C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C92

Black with #585C92

Text Example


Text Example

White with #585C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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