Html Css Color HEX #575A9D Governor Bay

📋 copy color: '#575A9D'

red 87 ◦ green 90 ◦ blue 157

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

Shades of Governor Bay #575A9D

Tints of Governor Bay #575A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 26.05%
G = 26.95%
B = 47.01%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#575A9D (or 0x575A9D) is known color: Governor Bay. HEX triplet: 57, 5A and 9D. RGB value is (87,90,157). Sum of RGB (Red+Green+Blue) = 87+90+157=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #575A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A9D is #A8A562. Grayscale: #606060. Windows color (decimal): -11052387 or 10312279. OLE color: 10312279.

HSL color Cylindrical-coordinate representation of color #575A9D: hue angle of 237.43º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #575A9D is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 90 157 -
CMYK 0.45 0.43 0 0.38
HSL 237.43º 0.29% 0.48% -
HSV(B) 237.43º 0.45% 0.62% -
XYZ 13.67 11.77 33.45 -
YUV 96.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 87 90 157 0.45 0.43 0 0.38 237.43 0.29 0.48
Hex 57 5A 9D 2D 2B 0 26 ED 1D 30
Octal 127 132 235 55 53 0 46 355 35 60
Binary 1010111 1011010 10011101 101101 101011 0 100110 11101101 11101 110000

Color Harmonies of #575A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A9D

Black with #575A9D

Text Example


Text Example

White with #575A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,157); }

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

background-color css

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

 a { background-color: rgb(87,90,157); }

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

border-color css

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

 span { border-color: rgb(87,90,157); }

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