Html Css Color HEX #586A9C San Marino

📋 copy color: '#586A9C'

red 88 ◦ green 106 ◦ blue 156

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

Shades of San Marino #586A9C

Tints of San Marino #586A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 25.14%
G = 30.29%
B = 44.57%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#586A9C (or 0x586A9C) is known color: San Marino. HEX triplet: 58, 6A and 9C. RGB value is (88,106,156). Sum of RGB (Red+Green+Blue) = 88+106+156=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #586A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A9C is #A79563. Grayscale: #6A6A6A. Windows color (decimal): -10982756 or 10250840. OLE color: 10250840.

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

Color convert

RGB 88 106 156 -
CMYK 0.44 0.32 0 0.39
HSL 224.12º 0.28% 0.48% -
HSV(B) 224.12º 0.44% 0.61% -
XYZ 15.18 14.78 33.51 -
YUV 106.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 88 106 156 0.44 0.32 0 0.39 224.12 0.28 0.48
Hex 58 6A 9C 2C 20 0 27 E0 1C 30
Octal 130 152 234 54 40 0 47 340 34 60
Binary 1011000 1101010 10011100 101100 100000 0 100111 11100000 11100 110000

Color Harmonies of #586A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A9C

Black with #586A9C

Text Example


Text Example

White with #586A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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