Html Css Color HEX #58779B San Marino

📋 copy color: '#58779B'

red 88 ◦ green 119 ◦ blue 155

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

Shades of San Marino #58779B

Tints of San Marino #58779B

RGB

 RED value IS 88 (34.77% from 255) = 24.31%

 GREEN value IS 119 (46.88% from 255) = 32.87%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 24.31%
G = 32.87%
B = 42.82%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58779B (or 0x58779B) is known color: San Marino. HEX triplet: 58, 77 and 9B. RGB value is (88,119,155). Sum of RGB (Red+Green+Blue) = 88+119+155=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #58779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58779B is #A78864. Grayscale: #717171. Windows color (decimal): -10979429 or 10188632. OLE color: 10188632.

HSL color Cylindrical-coordinate representation of color #58779B: hue angle of 212.24º 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 #58779B is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 119 155 -
CMYK 0.43 0.23 0 0.39
HSL 212.24º 0.28% 0.48% -
HSV(B) 212.24º 0.43% 0.61% -
XYZ 16.54 17.63 33.54 -
YUV 113.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 88 119 155 0.43 0.23 0 0.39 212.24 0.28 0.48
Hex 58 77 9B 2B 17 0 27 D4 1C 30
Octal 130 167 233 53 27 0 47 324 34 60
Binary 1011000 1110111 10011011 101011 10111 0 100111 11010100 11100 110000

Color Harmonies of #58779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58779B

Black with #58779B

Text Example


Text Example

White with #58779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58779B;
 }
 .AnyTagClassName
 {
   color: #58779B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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