Html Css Color HEX #586192 Governor Bay

📋 copy color: '#586192'

red 88 ◦ green 97 ◦ blue 146

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

Shades of Governor Bay #586192

Tints of Governor Bay #586192

RGB

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

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

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

R = 26.59%
G = 29.31%
B = 44.11%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586192 (or 0x586192) is known color: Governor Bay. HEX triplet: 58, 61 and 92. RGB value is (88,97,146). Sum of RGB (Red+Green+Blue) = 88+97+146=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #586192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586192 is #A79E6D. Grayscale: #636363. Windows color (decimal): -10985070 or 9593176. OLE color: 9593176.

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

Color convert

RGB 88 97 146 -
CMYK 0.40 0.34 0 0.43
HSL 230.69º 0.25% 0.46% -
HSV(B) 230.69º 0.4% 0.57% -
XYZ 13.49 12.7 28.93 -
YUV 99.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 88 97 146 0.40 0.34 0 0.43 230.69 0.25 0.46
Hex 58 61 92 28 22 0 2B E7 19 2E
Octal 130 141 222 50 42 0 53 347 31 56
Binary 1011000 1100001 10010010 101000 100010 0 101011 11100111 11001 101110

Color Harmonies of #586192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586192

Black with #586192

Text Example


Text Example

White with #586192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586192; }

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

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

background-color css

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

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

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

border-color css

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

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

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