Html Css Color HEX #515B8E Governor Bay

📋 copy color: '#515B8E'

red 81 ◦ green 91 ◦ blue 142

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

Shades of Governor Bay #515B8E

Tints of Governor Bay #515B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 142 (55.86% from 255) = 45.22%

R = 25.8%
G = 28.98%
B = 45.22%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#515B8E (or 0x515B8E) is known color: Governor Bay. HEX triplet: 51, 5B and 8E. RGB value is (81,91,142). Sum of RGB (Red+Green+Blue) = 81+91+142=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #515B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B8E is #AEA471. Grayscale: #5D5D5D. Windows color (decimal): -11445362 or 9329489. OLE color: 9329489.

HSL color Cylindrical-coordinate representation of color #515B8E: hue angle of 230.16º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #515B8E is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 91 142 -
CMYK 0.43 0.36 0 0.44
HSL 230.16º 0.27% 0.44% -
HSV(B) 230.16º 0.43% 0.56% -
XYZ 12.02 11.18 27.12 -
YUV 93.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 81 91 142 0.43 0.36 0 0.44 230.16 0.27 0.44
Hex 51 5B 8E 2B 24 0 2C E6 1B 2C
Octal 121 133 216 53 44 0 54 346 33 54
Binary 1010001 1011011 10001110 101011 100100 0 101100 11100110 11011 101100

Color Harmonies of #515B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B8E

Black with #515B8E

Text Example


Text Example

White with #515B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,91,142); }

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

background-color css

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

 a { background-color: rgb(81,91,142); }

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

border-color css

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

 span { border-color: rgb(81,91,142); }

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