Html Css Color HEX #575698 Governor Bay

📋 copy color: '#575698'

red 87 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #575698

Tints of Governor Bay #575698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 26.77%
G = 26.46%
B = 46.77%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#575698 (or 0x575698) is known color: Governor Bay. HEX triplet: 57, 56 and 98. RGB value is (87,86,152). Sum of RGB (Red+Green+Blue) = 87+86+152=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #575698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575698 is #A8A967. Grayscale: #5D5D5D. Windows color (decimal): -11053416 or 9983575. OLE color: 9983575.

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

Color convert

RGB 87 86 152 -
CMYK 0.43 0.43 0 0.40
HSL 240.91º 0.28% 0.47% -
HSV(B) 240.91º 0.43% 0.6% -
XYZ 12.93 10.95 31.14 -
YUV 93.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 87 86 152 0.43 0.43 0 0.40 240.91 0.28 0.47
Hex 57 56 98 2B 2B 0 28 F1 1C 2F
Octal 127 126 230 53 53 0 50 361 34 57
Binary 1010111 1010110 10011000 101011 101011 0 101000 11110001 11100 101111

Color Harmonies of #575698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575698

Black with #575698

Text Example


Text Example

White with #575698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575698; }

 p { color: rgb(87,86,152); }

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

background-color css

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

 a { background-color: rgb(87,86,152); }

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

border-color css

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

 span { border-color: rgb(87,86,152); }

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