Html Css Color HEX #586090 Governor Bay

📋 copy color: '#586090'

red 88 ◦ green 96 ◦ blue 144

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

Shades of Governor Bay #586090

Tints of Governor Bay #586090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 26.83%
G = 29.27%
B = 43.9%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#586090 (or 0x586090) is known color: Governor Bay. HEX triplet: 58, 60 and 90. RGB value is (88,96,144). Sum of RGB (Red+Green+Blue) = 88+96+144=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #586090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586090 is #A79F6F. Grayscale: #626262. Windows color (decimal): -10985328 or 9461848. OLE color: 9461848.

HSL color Cylindrical-coordinate representation of color #586090: hue angle of 231.43º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586090 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 96 144 -
CMYK 0.39 0.33 0 0.44
HSL 231.43º 0.24% 0.45% -
HSV(B) 231.43º 0.39% 0.56% -
XYZ 13.24 12.45 28.09 -
YUV 99.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 88 96 144 0.39 0.33 0 0.44 231.43 0.24 0.45
Hex 58 60 90 27 21 0 2C E7 18 2D
Octal 130 140 220 47 41 0 54 347 30 55
Binary 1011000 1100000 10010000 100111 100001 0 101100 11100111 11000 101101

Color Harmonies of #586090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586090

Black with #586090

Text Example


Text Example

White with #586090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586090; }

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

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

background-color css

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

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

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

border-color css

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

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

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