Html Css Color HEX #515385 Governor Bay

📋 copy color: '#515385'

red 81 ◦ green 83 ◦ blue 133

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

Shades of Governor Bay #515385

Tints of Governor Bay #515385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 27.27%
G = 27.95%
B = 44.78%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#515385 (or 0x515385) is known color: Governor Bay. HEX triplet: 51, 53 and 85. RGB value is (81,83,133). Sum of RGB (Red+Green+Blue) = 81+83+133=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #515385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515385 is #AEAC7A. Grayscale: #575757. Windows color (decimal): -11447419 or 8737617. OLE color: 8737617.

HSL color Cylindrical-coordinate representation of color #515385: hue angle of 237.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #515385 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 83 133 -
CMYK 0.39 0.38 0 0.48
HSL 237.69º 0.24% 0.42% -
HSV(B) 237.69º 0.39% 0.52% -
XYZ 10.72 9.63 23.48 -
YUV 88.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 81 83 133 0.39 0.38 0 0.48 237.69 0.24 0.42
Hex 51 53 85 27 26 0 30 EE 18 2A
Octal 121 123 205 47 46 0 60 356 30 52
Binary 1010001 1010011 10000101 100111 100110 0 110000 11101110 11000 101010

Color Harmonies of #515385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515385

Black with #515385

Text Example


Text Example

White with #515385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515385; }

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

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

background-color css

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

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

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

border-color css

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

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

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