Html Css Color HEX #575A94 Governor Bay

📋 copy color: '#575A94'

red 87 ◦ green 90 ◦ blue 148

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

Shades of Governor Bay #575A94

Tints of Governor Bay #575A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 26.77%
G = 27.69%
B = 45.54%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#575A94 (or 0x575A94) is known color: Governor Bay. HEX triplet: 57, 5A and 94. RGB value is (87,90,148). Sum of RGB (Red+Green+Blue) = 87+90+148=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #575A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A94 is #A8A56B. Grayscale: #5F5F5F. Windows color (decimal): -11052396 or 9722455. OLE color: 9722455.

HSL color Cylindrical-coordinate representation of color #575A94: hue angle of 237.05º 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 #575A94 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 90 148 -
CMYK 0.41 0.39 0 0.42
HSL 237.05º 0.26% 0.46% -
HSV(B) 237.05º 0.41% 0.58% -
XYZ 12.93 11.48 29.55 -
YUV 95.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 87 90 148 0.41 0.39 0 0.42 237.05 0.26 0.46
Hex 57 5A 94 29 27 0 2A ED 1A 2E
Octal 127 132 224 51 47 0 52 355 32 56
Binary 1010111 1011010 10010100 101001 100111 0 101010 11101101 11010 101110

Color Harmonies of #575A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A94

Black with #575A94

Text Example


Text Example

White with #575A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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