#5C5795

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

Shades of Governor Bay #5C5795

Tints of Governor Bay #5C5795

Color information

#5C5795 (or 0x5C5795) is unknown color: approx Governor Bay. HEX triplet: 5C, 57 and 95. RGB value is (92,87,149). Sum of RGB (Red+Green+Blue) = 92+87+149=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C5795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5795 is #A3A86A. Grayscale: #5F5F5F. Windows color (decimal): -10725483 or 9787228. OLE color: 9787228.

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

Color convert

RGB9287149-
CMYK0.380.4200.42
HSL244.84º26.27%46.27%-
HSV(B)244.84º41.61%58.43%-
XYZ13.2511.2629.91-
YUV95.56158.16125.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=28.05%
G=26.52%
B=45.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92871490.380.4200.42244.8426.2746.27
Hex5C5795262A02Af51a2e
Octal13412722546520523653256
Binary101110010101111001010110011010101001010101111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,87,149); }

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

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

 a { background-color: rgb(92,87,149); }

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

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

 span { border-color: rgb(92,87,149); }

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