Html Css Color HEX #586293 Governor Bay

📋 copy color: '#586293'

red 88 ◦ green 98 ◦ blue 147

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

Shades of Governor Bay #586293

Tints of Governor Bay #586293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 26.43%
G = 29.43%
B = 44.14%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586293 (or 0x586293) is known color: Governor Bay. HEX triplet: 58, 62 and 93. RGB value is (88,98,147). Sum of RGB (Red+Green+Blue) = 88+98+147=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #586293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586293 is #A79D6C. Grayscale: #646464. Windows color (decimal): -10984813 or 9658968. OLE color: 9658968.

HSL color Cylindrical-coordinate representation of color #586293: hue angle of 229.83º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586293 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 98 147 -
CMYK 0.40 0.33 0 0.42
HSL 229.83º 0.25% 0.46% -
HSV(B) 229.83º 0.4% 0.58% -
XYZ 13.66 12.92 29.38 -
YUV 100.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 88 98 147 0.40 0.33 0 0.42 229.83 0.25 0.46
Hex 58 62 93 28 21 0 2A E6 19 2E
Octal 130 142 223 50 41 0 52 346 31 56
Binary 1011000 1100010 10010011 101000 100001 0 101010 11100110 11001 101110

Color Harmonies of #586293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586293

Black with #586293

Text Example


Text Example

White with #586293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586293; }

 p { color: rgb(88,98,147); }

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

background-color css

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

 a { background-color: rgb(88,98,147); }

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

border-color css

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

 span { border-color: rgb(88,98,147); }

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