#5C6299

Color #5C6299 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #5C6299

Tints of Governor Bay #5C6299

Color information

#5C6299 (or 0x5C6299) is unknown color: approx Governor Bay. HEX triplet: 5C, 62 and 99. RGB value is (92,98,153). Sum of RGB (Red+Green+Blue) = 92+98+153=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C6299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6299 is #A39D66. Grayscale: #666666. Windows color (decimal): -10722663 or 10052188. OLE color: 10052188.

HSL color Cylindrical-coordinate representation of color #5C6299: hue angle of 234.1º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C6299 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9298153-
CMYK0.400.3600.4
HSL234.1º24.9%48.04%-
HSV(B)234.1º39.87%60%-
XYZ14.5313.3131.94-
YUV102.48156.51120.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=26.82%
G=28.57%
B=44.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92981530.400.3600.4234.124.948.04
Hex5C62992824028ea1930
Octal13414223150440503523160
Binary101110011000101001100110100010010001010001110101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C6299; }

 p { color: rgb(92,98,153); }

 H1.HeaderClassName
 {
   color: #5C6299;
 }
 .AnyTagClassName
 {
   color: #5C6299;
 }
</style>
background-color css

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

 a { background-color: rgb(92,98,153); }

 div.DivClassName
 {
   background-color: #5C6299;
 }
 .BgClassName
 {
   background-color: #5C6299;
 }
</style>
border-color css

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

 span { border-color: rgb(92,98,153); }

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