Html Css Color HEX #57598D Governor Bay

📋 copy color: '#57598D'

red 87 ◦ green 89 ◦ blue 141

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

Shades of Governor Bay #57598D

Tints of Governor Bay #57598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 27.44%
G = 28.08%
B = 44.48%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57598D (or 0x57598D) is known color: Governor Bay. HEX triplet: 57, 59 and 8D. RGB value is (87,89,141). Sum of RGB (Red+Green+Blue) = 87+89+141=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #57598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57598D is #A8A672. Grayscale: #5E5E5E. Windows color (decimal): -11052659 or 9263447. OLE color: 9263447.

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

Color convert

RGB 87 89 141 -
CMYK 0.38 0.37 0 0.45
HSL 237.78º 0.24% 0.45% -
HSV(B) 237.78º 0.38% 0.55% -
XYZ 12.31 11.09 26.69 -
YUV 94.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 87 89 141 0.38 0.37 0 0.45 237.78 0.24 0.45
Hex 57 59 8D 26 25 0 2D EE 18 2D
Octal 127 131 215 46 45 0 55 356 30 55
Binary 1010111 1011001 10001101 100110 100101 0 101101 11101110 11000 101101

Color Harmonies of #57598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57598D

Black with #57598D

Text Example


Text Example

White with #57598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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