Html Css Color HEX #515C99 Governor Bay

📋 copy color: '#515C99'

red 81 ◦ green 92 ◦ blue 153

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

Shades of Governor Bay #515C99

Tints of Governor Bay #515C99

RGB

 RED value IS 81 (32.03% from 255) = 24.85%

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

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 24.85%
G = 28.22%
B = 46.93%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#515C99 (or 0x515C99) is known color: Governor Bay. HEX triplet: 51, 5C and 99. RGB value is (81,92,153). Sum of RGB (Red+Green+Blue) = 81+92+153=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #515C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C99 is #AEA366. Grayscale: #5F5F5F. Windows color (decimal): -11445095 or 10050641. OLE color: 10050641.

HSL color Cylindrical-coordinate representation of color #515C99: hue angle of 230.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #515C99 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 92 153 -
CMYK 0.47 0.40 0 0.4
HSL 230.83º 0.31% 0.46% -
HSV(B) 230.83º 0.47% 0.6% -
XYZ 12.97 11.7 31.71 -
YUV 95.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 81 92 153 0.47 0.40 0 0.4 230.83 0.31 0.46
Hex 51 5C 99 2F 28 0 28 E7 1F 2E
Octal 121 134 231 57 50 0 50 347 37 56
Binary 1010001 1011100 10011001 101111 101000 0 101000 11100111 11111 101110

Color Harmonies of #515C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C99

Black with #515C99

Text Example


Text Example

White with #515C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515C99; }

 p { color: rgb(81,92,153); }

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

background-color css

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

 a { background-color: rgb(81,92,153); }

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

border-color css

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

 span { border-color: rgb(81,92,153); }

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