Html Css Color HEX #586093 Governor Bay

📋 copy color: '#586093'

red 88 ◦ green 96 ◦ blue 147

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

Shades of Governor Bay #586093

Tints of Governor Bay #586093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

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

R = 26.59%
G = 29%
B = 44.41%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586093 (or 0x586093) is known color: Governor Bay. HEX triplet: 58, 60 and 93. RGB value is (88,96,147). Sum of RGB (Red+Green+Blue) = 88+96+147=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #586093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586093 is #A79F6C. Grayscale: #636363. Windows color (decimal): -10985325 or 9658456. OLE color: 9658456.

HSL color Cylindrical-coordinate representation of color #586093: hue angle of 231.86º 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 #586093 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 96 147 -
CMYK 0.40 0.35 0 0.42
HSL 231.86º 0.25% 0.46% -
HSV(B) 231.86º 0.4% 0.58% -
XYZ 13.47 12.55 29.32 -
YUV 99.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 88 96 147 0.40 0.35 0 0.42 231.86 0.25 0.46
Hex 58 60 93 28 23 0 2A E8 19 2E
Octal 130 140 223 50 43 0 52 350 31 56
Binary 1011000 1100000 10010011 101000 100011 0 101010 11101000 11001 101110

Color Harmonies of #586093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586093

Black with #586093

Text Example


Text Example

White with #586093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586093; }

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

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

background-color css

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

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

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

border-color css

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

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

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