Html Css Color HEX #575898 Governor Bay

📋 copy color: '#575898'

red 87 ◦ green 88 ◦ blue 152

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

Shades of Governor Bay #575898

Tints of Governor Bay #575898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

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

R = 26.61%
G = 26.91%
B = 46.48%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#575898 (or 0x575898) is known color: Governor Bay. HEX triplet: 57, 58 and 98. RGB value is (87,88,152). Sum of RGB (Red+Green+Blue) = 87+88+152=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #575898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575898 is #A8A767. Grayscale: #5E5E5E. Windows color (decimal): -11052904 or 9984087. OLE color: 9984087.

HSL color Cylindrical-coordinate representation of color #575898: hue angle of 239.08º degrees, saturation: 0.27, 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 #575898 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 88 152 -
CMYK 0.43 0.42 0 0.40
HSL 239.08º 0.27% 0.47% -
HSV(B) 239.08º 0.43% 0.6% -
XYZ 13.09 11.27 31.19 -
YUV 95 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 87 88 152 0.43 0.42 0 0.40 239.08 0.27 0.47
Hex 57 58 98 2B 2A 0 28 EF 1B 2F
Octal 127 130 230 53 52 0 50 357 33 57
Binary 1010111 1011000 10011000 101011 101010 0 101000 11101111 11011 101111

Color Harmonies of #575898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575898

Black with #575898

Text Example


Text Example

White with #575898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575898; }

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

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

background-color css

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

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

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

border-color css

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

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

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