Html Css Color HEX #594B9D Governor Bay

📋 copy color: '#594B9D'

red 89 ◦ green 75 ◦ blue 157

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

Shades of Governor Bay #594B9D

Tints of Governor Bay #594B9D

RGB

 RED value IS 89 (35.16% from 255) = 27.73%

 GREEN value IS 75 (29.69% from 255) = 23.36%

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 27.73%
G = 23.36%
B = 48.91%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#594B9D (or 0x594B9D) is known color: Governor Bay. HEX triplet: 59, 4B and 9D. RGB value is (89,75,157). Sum of RGB (Red+Green+Blue) = 89+75+157=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #594B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594B9D is #A6B462. Grayscale: #585858. Windows color (decimal): -10925155 or 10308441. OLE color: 10308441.

HSL color Cylindrical-coordinate representation of color #594B9D: hue angle of 250.24º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #594B9D is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 75 157 -
CMYK 0.43 0.52 0 0.38
HSL 250.24º 0.35% 0.45% -
HSV(B) 250.24º 0.52% 0.62% -
XYZ 12.72 9.59 33.08 -
YUV 88.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 89 75 157 0.43 0.52 0 0.38 250.24 0.35 0.45
Hex 59 4B 9D 2B 34 0 26 FA 23 2D
Octal 131 113 235 53 64 0 46 372 43 55
Binary 1011001 1001011 10011101 101011 110100 0 100110 11111010 100011 101101

Color Harmonies of #594B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594B9D

Black with #594B9D

Text Example


Text Example

White with #594B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594B9D; }

 p { color: rgb(89,75,157); }

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

background-color css

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

 a { background-color: rgb(89,75,157); }

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

border-color css

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

 span { border-color: rgb(89,75,157); }

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