Html Css Color HEX #515A9D Governor Bay

📋 copy color: '#515A9D'

red 81 ◦ green 90 ◦ blue 157

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

Shades of Governor Bay #515A9D

Tints of Governor Bay #515A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.87%

R = 24.7%
G = 27.44%
B = 47.87%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#515A9D (or 0x515A9D) is known color: Governor Bay. HEX triplet: 51, 5A and 9D. RGB value is (81,90,157). Sum of RGB (Red+Green+Blue) = 81+90+157=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #515A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A9D is #AEA562. Grayscale: #5E5E5E. Windows color (decimal): -11445603 or 10312273. OLE color: 10312273.

HSL color Cylindrical-coordinate representation of color #515A9D: hue angle of 232.89º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515A9D is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 90 157 -
CMYK 0.48 0.43 0 0.38
HSL 232.89º 0.32% 0.47% -
HSV(B) 232.89º 0.48% 0.62% -
XYZ 13.14 11.5 33.42 -
YUV 94.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 81 90 157 0.48 0.43 0 0.38 232.89 0.32 0.47
Hex 51 5A 9D 30 2B 0 26 E9 20 2F
Octal 121 132 235 60 53 0 46 351 40 57
Binary 1010001 1011010 10011101 110000 101011 0 100110 11101001 100000 101111

Color Harmonies of #515A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A9D

Black with #515A9D

Text Example


Text Example

White with #515A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,90,157); }

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

background-color css

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

 a { background-color: rgb(81,90,157); }

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

border-color css

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

 span { border-color: rgb(81,90,157); }

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