Html Css Color HEX #515C9C Governor Bay

📋 copy color: '#515C9C'

red 81 ◦ green 92 ◦ blue 156

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

Shades of Governor Bay #515C9C

Tints of Governor Bay #515C9C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

 BLUE value IS 156 (61.33% from 255) = 47.42%

R = 24.62%
G = 27.96%
B = 47.42%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#515C9C (or 0x515C9C) is known color: Governor Bay. HEX triplet: 51, 5C and 9C. RGB value is (81,92,156). Sum of RGB (Red+Green+Blue) = 81+92+156=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #515C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C9C is #AEA363. Grayscale: #5F5F5F. Windows color (decimal): -11445092 or 10247249. OLE color: 10247249.

HSL color Cylindrical-coordinate representation of color #515C9C: hue angle of 231.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515C9C is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 92 156 -
CMYK 0.48 0.41 0 0.39
HSL 231.2º 0.32% 0.46% -
HSV(B) 231.2º 0.48% 0.61% -
XYZ 13.22 11.8 33.03 -
YUV 96.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 81 92 156 0.48 0.41 0 0.39 231.2 0.32 0.46
Hex 51 5C 9C 30 29 0 27 E7 20 2E
Octal 121 134 234 60 51 0 47 347 40 56
Binary 1010001 1011100 10011100 110000 101001 0 100111 11100111 100000 101110

Color Harmonies of #515C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515C9C

Black with #515C9C

Text Example


Text Example

White with #515C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,92,156); }

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

background-color css

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

 a { background-color: rgb(81,92,156); }

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

border-color css

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

 span { border-color: rgb(81,92,156); }

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