Html Css Color HEX #586D9C San Marino

📋 copy color: '#586D9C'

red 88 ◦ green 109 ◦ blue 156

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

Shades of San Marino #586D9C

Tints of San Marino #586D9C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 24.93%
G = 30.88%
B = 44.19%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#586D9C (or 0x586D9C) is known color: San Marino. HEX triplet: 58, 6D and 9C. RGB value is (88,109,156). Sum of RGB (Red+Green+Blue) = 88+109+156=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #586D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D9C is #A79263. Grayscale: #6B6B6B. Windows color (decimal): -10981988 or 10251608. OLE color: 10251608.

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

Color convert

RGB 88 109 156 -
CMYK 0.44 0.30 0 0.39
HSL 221.47º 0.28% 0.48% -
HSV(B) 221.47º 0.44% 0.61% -
XYZ 15.49 15.41 33.61 -
YUV 108.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 88 109 156 0.44 0.30 0 0.39 221.47 0.28 0.48
Hex 58 6D 9C 2C 1E 0 27 DD 1C 30
Octal 130 155 234 54 36 0 47 335 34 60
Binary 1011000 1101101 10011100 101100 11110 0 100111 11011101 11100 110000

Color Harmonies of #586D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D9C

Black with #586D9C

Text Example


Text Example

White with #586D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586D9C; }

 p { color: rgb(88,109,156); }

 H1.HeaderClassName
 {
   color: #586D9C;
 }
 .AnyTagClassName
 {
   color: #586D9C;
 }
</style>

background-color css

<style>
 a { background-color: #586D9C; }

 a { background-color: rgb(88,109,156); }

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

border-color css

<style>
 span { border-color: #586D9C; }

 span { border-color: rgb(88,109,156); }

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