Html Css Color HEX #515390 Governor Bay

📋 copy color: '#515390'

red 81 ◦ green 83 ◦ blue 144

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

Shades of Governor Bay #515390

Tints of Governor Bay #515390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 26.3%
G = 26.95%
B = 46.75%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#515390 (or 0x515390) is known color: Governor Bay. HEX triplet: 51, 53 and 90. RGB value is (81,83,144). Sum of RGB (Red+Green+Blue) = 81+83+144=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #515390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515390 is #AEAC6F. Grayscale: #595959. Windows color (decimal): -11447408 or 9458513. OLE color: 9458513.

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

Color convert

RGB 81 83 144 -
CMYK 0.44 0.42 0 0.44
HSL 238.1º 0.28% 0.44% -
HSV(B) 238.1º 0.44% 0.56% -
XYZ 11.52 9.95 27.7 -
YUV 89.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 81 83 144 0.44 0.42 0 0.44 238.1 0.28 0.44
Hex 51 53 90 2C 2A 0 2C EE 1C 2C
Octal 121 123 220 54 52 0 54 356 34 54
Binary 1010001 1010011 10010000 101100 101010 0 101100 11101110 11100 101100

Color Harmonies of #515390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515390

Black with #515390

Text Example


Text Example

White with #515390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515390; }

 p { color: rgb(81,83,144); }

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

background-color css

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

 a { background-color: rgb(81,83,144); }

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

border-color css

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

 span { border-color: rgb(81,83,144); }

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