Html Css Color HEX #575C88 Governor Bay

📋 copy color: '#575C88'

red 87 ◦ green 92 ◦ blue 136

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

Shades of Governor Bay #575C88

Tints of Governor Bay #575C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 27.62%
G = 29.21%
B = 43.17%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#575C88 (or 0x575C88) is known color: Governor Bay. HEX triplet: 57, 5C and 88. RGB value is (87,92,136). Sum of RGB (Red+Green+Blue) = 87+92+136=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #575C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C88 is #A8A377. Grayscale: #5F5F5F. Windows color (decimal): -11051896 or 8936535. OLE color: 8936535.

HSL color Cylindrical-coordinate representation of color #575C88: hue angle of 233.88º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #575C88 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 92 136 -
CMYK 0.36 0.32 0 0.47
HSL 233.88º 0.22% 0.44% -
HSV(B) 233.88º 0.36% 0.53% -
XYZ 12.2 11.46 24.86 -
YUV 95.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 87 92 136 0.36 0.32 0 0.47 233.88 0.22 0.44
Hex 57 5C 88 24 20 0 2F EA 16 2C
Octal 127 134 210 44 40 0 57 352 26 54
Binary 1010111 1011100 10001000 100100 100000 0 101111 11101010 10110 101100

Color Harmonies of #575C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C88

Black with #575C88

Text Example


Text Example

White with #575C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575C88; }

 p { color: rgb(87,92,136); }

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

background-color css

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

 a { background-color: rgb(87,92,136); }

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

border-color css

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

 span { border-color: rgb(87,92,136); }

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