Html Css Color HEX #57599B Governor Bay

📋 copy color: '#57599B'

red 87 ◦ green 89 ◦ blue 155

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

Shades of Governor Bay #57599B

Tints of Governor Bay #57599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.83%

R = 26.28%
G = 26.89%
B = 46.83%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57599B (or 0x57599B) is known color: Governor Bay. HEX triplet: 57, 59 and 9B. RGB value is (87,89,155). Sum of RGB (Red+Green+Blue) = 87+89+155=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #57599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57599B is #A8A664. Grayscale: #5F5F5F. Windows color (decimal): -11052645 or 10180951. OLE color: 10180951.

HSL color Cylindrical-coordinate representation of color #57599B: hue angle of 238.24º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57599B is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 89 155 -
CMYK 0.44 0.43 0 0.39
HSL 238.24º 0.28% 0.47% -
HSV(B) 238.24º 0.44% 0.61% -
XYZ 13.42 11.54 32.53 -
YUV 95.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 87 89 155 0.44 0.43 0 0.39 238.24 0.28 0.47
Hex 57 59 9B 2C 2B 0 27 EE 1C 2F
Octal 127 131 233 54 53 0 47 356 34 57
Binary 1010111 1011001 10011011 101100 101011 0 100111 11101110 11100 101111

Color Harmonies of #57599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57599B

Black with #57599B

Text Example


Text Example

White with #57599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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