Html Css Color HEX #586E9C San Marino

📋 copy color: '#586E9C'

red 88 ◦ green 110 ◦ blue 156

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

Shades of San Marino #586E9C

Tints of San Marino #586E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

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

R = 24.86%
G = 31.07%
B = 44.07%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#586E9C (or 0x586E9C) is known color: San Marino. HEX triplet: 58, 6E and 9C. RGB value is (88,110,156). Sum of RGB (Red+Green+Blue) = 88+110+156=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #586E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E9C is #A79163. Grayscale: #6C6C6C. Windows color (decimal): -10981732 or 10251864. OLE color: 10251864.

HSL color Cylindrical-coordinate representation of color #586E9C: hue angle of 220.59º 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 #586E9C is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 110 156 -
CMYK 0.44 0.29 0 0.39
HSL 220.59º 0.28% 0.48% -
HSV(B) 220.59º 0.44% 0.61% -
XYZ 15.6 15.63 33.65 -
YUV 108.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 88 110 156 0.44 0.29 0 0.39 220.59 0.28 0.48
Hex 58 6E 9C 2C 1D 0 27 DD 1C 30
Octal 130 156 234 54 35 0 47 335 34 60
Binary 1011000 1101110 10011100 101100 11101 0 100111 11011101 11100 110000

Color Harmonies of #586E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586E9C

Black with #586E9C

Text Example


Text Example

White with #586E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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