#58769B

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

Shades of San Marino #58769B

Tints of San Marino #58769B

Color information

#58769B (or 0x58769B) is unknown color: approx San Marino. HEX triplet: 58, 76 and 9B. RGB value is (88,118,155). Sum of RGB (Red+Green+Blue) = 88+118+155=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #58769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58769B is #A78964. Grayscale: #717171. Windows color (decimal): -10979685 or 10188376. OLE color: 10188376.

HSL color Cylindrical-coordinate representation of color #58769B: hue angle of 213.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58769B is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88118155-
CMYK0.430.2400.39
HSL213.13º27.57%47.65%-
HSV(B)213.13º43.23%60.78%-
XYZ16.4217.433.5-
YUV113.25151.56109.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=24.38%
G=32.69%
B=42.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881181550.430.2400.39213.1327.5747.65
Hex58769B2B18027d51c30
Octal13016623353300473253460
Binary10110001110110100110111010111100001001111101010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58769B; }

 p { color: rgb(88,118,155); }

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

<style>
 a { background-color: #58769B; }

 a { background-color: rgb(88,118,155); }

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

<style>
 span { border-color: #58769B; }

 span { border-color: rgb(88,118,155); }

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