Html Css Color HEX #58769B San Marino

📋 copy color: '#58769B'

red 88 ◦ green 118 ◦ blue 155

#58769B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #58769B

Tints of San Marino #58769B

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 value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58769B (or 0x58769B) is known color: 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

RGB 88 118 155 -
CMYK 0.43 0.24 0 0.39
HSL 213.13º 0.28% 0.48% -
HSV(B) 213.13º 0.43% 0.61% -
XYZ 16.42 17.4 33.5 -
YUV 113.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 88 118 155 0.43 0.24 0 0.39 213.13 0.28 0.48
Hex 58 76 9B 2B 18 0 27 D5 1C 30
Octal 130 166 233 53 30 0 47 325 34 60
Binary 1011000 1110110 10011011 101011 11000 0 100111 11010101 11100 110000

Color Harmonies of #58769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58769B

Black with #58769B

Text Example


Text Example

White with #58769B

Text Example


Text Example

HTML Codes & Css Web 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>