#5D5794

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

Shades of Governor Bay #5D5794

Tints of Governor Bay #5D5794

Color information

#5D5794 (or 0x5D5794) is unknown color: approx Governor Bay. HEX triplet: 5D, 57 and 94. RGB value is (93,87,148). Sum of RGB (Red+Green+Blue) = 93+87+148=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D5794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5794 is #A2A86B. Grayscale: #5F5F5F. Windows color (decimal): -10659948 or 9721693. OLE color: 9721693.

HSL color Cylindrical-coordinate representation of color #5D5794: hue angle of 245.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D5794 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9387148-
CMYK0.370.4100.42
HSL245.9º25.96%46.08%-
HSV(B)245.9º41.22%58.04%-
XYZ13.2711.2829.5-
YUV95.75157.49126.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.35%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=28.35%
G=26.52%
B=45.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93871480.370.4100.42245.925.9646.08
Hex5D5794252902Af61a2e
Octal13512722445510523663256
Binary101110110101111001010010010110100101010101111011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,148); }

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

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

 a { background-color: rgb(93,87,148); }

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

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

 span { border-color: rgb(93,87,148); }

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