Html Css Color HEX #57599D Governor Bay

📋 copy color: '#57599D'

red 87 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #57599D

Tints of Governor Bay #57599D

RGB

 RED value IS 87 (34.38% from 255) = 26.13%

 GREEN value IS 89 (35.16% from 255) = 26.73%

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

R = 26.13%
G = 26.73%
B = 47.15%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57599D (or 0x57599D) is known color: Governor Bay. HEX triplet: 57, 59 and 9D. RGB value is (87,89,157). Sum of RGB (Red+Green+Blue) = 87+89+157=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #57599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57599D is #A8A662. Grayscale: #5F5F5F. Windows color (decimal): -11052643 or 10312023. OLE color: 10312023.

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

Color convert

RGB 87 89 157 -
CMYK 0.45 0.43 0 0.38
HSL 238.29º 0.29% 0.48% -
HSV(B) 238.29º 0.45% 0.62% -
XYZ 13.59 11.61 33.42 -
YUV 96.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 87 89 157 0.45 0.43 0 0.38 238.29 0.29 0.48
Hex 57 59 9D 2D 2B 0 26 EE 1D 30
Octal 127 131 235 55 53 0 46 356 35 60
Binary 1010111 1011001 10011101 101101 101011 0 100110 11101110 11101 110000

Color Harmonies of #57599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57599D

Black with #57599D

Text Example


Text Example

White with #57599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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