Html Css Color HEX #5A588B Governor Bay

📋 copy color: '#5A588B'

red 90 ◦ green 88 ◦ blue 139

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

Shades of Governor Bay #5A588B

Tints of Governor Bay #5A588B

RGB

 RED value IS 90 (35.55% from 255) = 28.39%

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 28.39%
G = 27.76%
B = 43.85%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A588B (or 0x5A588B) is known color: Governor Bay. HEX triplet: 5A, 58 and 8B. RGB value is (90,88,139). Sum of RGB (Red+Green+Blue) = 90+88+139=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A588B is #A5A774. Grayscale: #5E5E5E. Windows color (decimal): -10856309 or 9132122. OLE color: 9132122.

HSL color Cylindrical-coordinate representation of color #5A588B: hue angle of 242.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A588B is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 88 139 -
CMYK 0.35 0.37 0 0.45
HSL 242.35º 0.22% 0.45% -
HSV(B) 242.35º 0.37% 0.55% -
XYZ 12.37 11.02 25.9 -
YUV 94.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 90 88 139 0.35 0.37 0 0.45 242.35 0.22 0.45
Hex 5A 58 8B 23 25 0 2D F2 16 2D
Octal 132 130 213 43 45 0 55 362 26 55
Binary 1011010 1011000 10001011 100011 100101 0 101101 11110010 10110 101101

Color Harmonies of #5A588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A588B

Black with #5A588B

Text Example


Text Example

White with #5A588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A588B; }

 p { color: rgb(90,88,139); }

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

background-color css

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

 a { background-color: rgb(90,88,139); }

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

border-color css

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

 span { border-color: rgb(90,88,139); }

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