#58699E

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

Shades of San Marino #58699E

Tints of San Marino #58699E

Color information

#58699E (or 0x58699E) is unknown color: approx San Marino. HEX triplet: 58, 69 and 9E. RGB value is (88,105,158). Sum of RGB (Red+Green+Blue) = 88+105+158=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #58699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58699E is #A79661. Grayscale: #696969. Windows color (decimal): -10983010 or 10381656. OLE color: 10381656.

HSL color Cylindrical-coordinate representation of color #58699E: hue angle of 225.43º 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 #58699E is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88105158-
CMYK0.440.3400.38
HSL225.43º28.46%48.24%-
HSV(B)225.43º44.3%61.96%-
XYZ15.2514.6534.37-
YUV105.96157.37115.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=25.07%
G=29.91%
B=45.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881051580.440.3400.38225.4328.4648.24
Hex58699E2C22026e11c30
Octal13015123654420463413460
Binary101100011010011001111010110010001001001101110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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