Html Css Color HEX #586194 Governor Bay

📋 copy color: '#586194'

red 88 ◦ green 97 ◦ blue 148

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

Shades of Governor Bay #586194

Tints of Governor Bay #586194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 26.43%
G = 29.13%
B = 44.44%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586194 (or 0x586194) is known color: Governor Bay. HEX triplet: 58, 61 and 94. RGB value is (88,97,148). Sum of RGB (Red+Green+Blue) = 88+97+148=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #586194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586194 is #A79E6B. Grayscale: #636363. Windows color (decimal): -10985068 or 9724248. OLE color: 9724248.

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

Color convert

RGB 88 97 148 -
CMYK 0.41 0.34 0 0.42
HSL 231º 0.25% 0.46% -
HSV(B) 231º 0.41% 0.58% -
XYZ 13.64 12.76 29.76 -
YUV 100.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 88 97 148 0.41 0.34 0 0.42 231 0.25 0.46
Hex 58 61 94 29 22 0 2A E7 19 2E
Octal 130 141 224 51 42 0 52 347 31 56
Binary 1011000 1100001 10010100 101001 100010 0 101010 11100111 11001 101110

Color Harmonies of #586194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586194

Black with #586194

Text Example


Text Example

White with #586194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586194; }

 p { color: rgb(88,97,148); }

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

background-color css

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

 a { background-color: rgb(88,97,148); }

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

border-color css

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

 span { border-color: rgb(88,97,148); }

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