Html Css Color HEX #586DA0 San Marino

📋 copy color: '#586DA0'

red 88 ◦ green 109 ◦ blue 160

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

Shades of San Marino #586DA0

Tints of San Marino #586DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 24.65%
G = 30.53%
B = 44.82%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#586DA0 (or 0x586DA0) is known color: San Marino. HEX triplet: 58, 6D and A0. RGB value is (88,109,160). Sum of RGB (Red+Green+Blue) = 88+109+160=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #586DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586DA0 is #A7925F. Grayscale: #6C6C6C. Windows color (decimal): -10981984 or 10513752. OLE color: 10513752.

HSL color Cylindrical-coordinate representation of color #586DA0: hue angle of 222.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #586DA0 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 109 160 -
CMYK 0.45 0.32 0 0.37
HSL 222.5º 0.29% 0.49% -
HSV(B) 222.5º 0.45% 0.63% -
XYZ 15.84 15.55 35.42 -
YUV 108.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 88 109 160 0.45 0.32 0 0.37 222.5 0.29 0.49
Hex 58 6D A0 2D 20 0 25 DE 1D 31
Octal 130 155 240 55 40 0 45 336 35 61
Binary 1011000 1101101 10100000 101101 100000 0 100101 11011110 11101 110001

Color Harmonies of #586DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586DA0

Black with #586DA0

Text Example


Text Example

White with #586DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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