#58669E

Color #58669E San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #58669E

Tints of San Marino #58669E

Color information

#58669E (or 0x58669E) is unknown color: approx San Marino. HEX triplet: 58, 66 and 9E. RGB value is (88,102,158). Sum of RGB (Red+Green+Blue) = 88+102+158=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #58669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58669E is #A79961. Grayscale: #676767. Windows color (decimal): -10983778 or 10380888. OLE color: 10380888.

HSL color Cylindrical-coordinate representation of color #58669E: hue angle of 228º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58669E is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88102158-
CMYK0.440.3500.38
HSL228º28.46%48.24%-
HSV(B)228º44.3%61.96%-
XYZ14.9514.0534.27-
YUV104.2158.36116.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=25.29%
G=29.31%
B=45.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881021580.440.3500.3822828.4648.24
Hex58669E2C23026e41c30
Octal13014623654430463443460
Binary101100011001101001111010110010001101001101110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58669E; }

 p { color: rgb(88,102,158); }

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

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

 a { background-color: rgb(88,102,158); }

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

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

 span { border-color: rgb(88,102,158); }

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