Html Css Color HEX #515598 Governor Bay

📋 copy color: '#515598'

red 81 ◦ green 85 ◦ blue 152

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

Shades of Governor Bay #515598

Tints of Governor Bay #515598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 25.47%
G = 26.73%
B = 47.8%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#515598 (or 0x515598) is known color: Governor Bay. HEX triplet: 51, 55 and 98. RGB value is (81,85,152). Sum of RGB (Red+Green+Blue) = 81+85+152=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #515598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515598 is #AEAA67. Grayscale: #5B5B5B. Windows color (decimal): -11446888 or 9983313. OLE color: 9983313.

HSL color Cylindrical-coordinate representation of color #515598: hue angle of 236.62º degrees, saturation: 0.3, 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 #515598 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 85 152 -
CMYK 0.47 0.44 0 0.40
HSL 236.62º 0.3% 0.46% -
HSV(B) 236.62º 0.47% 0.6% -
XYZ 12.31 10.51 31.09 -
YUV 91.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 81 85 152 0.47 0.44 0 0.40 236.62 0.3 0.46
Hex 51 55 98 2F 2C 0 28 ED 1E 2E
Octal 121 125 230 57 54 0 50 355 36 56
Binary 1010001 1010101 10011000 101111 101100 0 101000 11101101 11110 101110

Color Harmonies of #515598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515598

Black with #515598

Text Example


Text Example

White with #515598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515598; }

 p { color: rgb(81,85,152); }

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

background-color css

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

 a { background-color: rgb(81,85,152); }

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

border-color css

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

 span { border-color: rgb(81,85,152); }

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