Html Css Color HEX #575C93 Governor Bay

📋 copy color: '#575C93'

red 87 ◦ green 92 ◦ blue 147

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

Shades of Governor Bay #575C93

Tints of Governor Bay #575C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 26.69%
G = 28.22%
B = 45.09%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575C93 (or 0x575C93) is known color: Governor Bay. HEX triplet: 57, 5C and 93. RGB value is (87,92,147). Sum of RGB (Red+Green+Blue) = 87+92+147=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #575C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575C93 is #A8A36C. Grayscale: #606060. Windows color (decimal): -11051885 or 9657431. OLE color: 9657431.

HSL color Cylindrical-coordinate representation of color #575C93: hue angle of 235º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #575C93 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 92 147 -
CMYK 0.41 0.37 0 0.42
HSL 235º 0.26% 0.46% -
HSV(B) 235º 0.41% 0.58% -
XYZ 13.02 11.79 29.19 -
YUV 96.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 87 92 147 0.41 0.37 0 0.42 235 0.26 0.46
Hex 57 5C 93 29 25 0 2A EB 1A 2E
Octal 127 134 223 51 45 0 52 353 32 56
Binary 1010111 1011100 10010011 101001 100101 0 101010 11101011 11010 101110

Color Harmonies of #575C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C93

Black with #575C93

Text Example


Text Example

White with #575C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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