Html Css Color HEX #515388 Governor Bay

📋 copy color: '#515388'

red 81 ◦ green 83 ◦ blue 136

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

Shades of Governor Bay #515388

Tints of Governor Bay #515388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 27%
G = 27.67%
B = 45.33%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#515388 (or 0x515388) is known color: Governor Bay. HEX triplet: 51, 53 and 88. RGB value is (81,83,136). Sum of RGB (Red+Green+Blue) = 81+83+136=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #515388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515388 is #AEAC77. Grayscale: #585858. Windows color (decimal): -11447416 or 8934225. OLE color: 8934225.

HSL color Cylindrical-coordinate representation of color #515388: hue angle of 237.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #515388 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 83 136 -
CMYK 0.40 0.39 0 0.47
HSL 237.82º 0.25% 0.43% -
HSV(B) 237.82º 0.4% 0.53% -
XYZ 10.93 9.71 24.59 -
YUV 88.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 81 83 136 0.40 0.39 0 0.47 237.82 0.25 0.43
Hex 51 53 88 28 27 0 2F EE 19 2B
Octal 121 123 210 50 47 0 57 356 31 53
Binary 1010001 1010011 10001000 101000 100111 0 101111 11101110 11001 101011

Color Harmonies of #515388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515388

Black with #515388

Text Example


Text Example

White with #515388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515388; }

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

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

background-color css

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

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

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

border-color css

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

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

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