Html Css Color HEX #566DA0 San Marino

📋 copy color: '#566DA0'

red 86 ◦ green 109 ◦ blue 160

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

Shades of San Marino #566DA0

Tints of San Marino #566DA0

RGB

 RED value IS 86 (33.98% from 255) = 24.23%

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

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

R = 24.23%
G = 30.7%
B = 45.07%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#566DA0 (or 0x566DA0) is known color: San Marino. HEX triplet: 56, 6D and A0. RGB value is (86,109,160). Sum of RGB (Red+Green+Blue) = 86+109+160=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #566DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566DA0 is #A9925F. Grayscale: #6B6B6B. Windows color (decimal): -11113056 or 10513750. OLE color: 10513750.

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

Color convert

RGB 86 109 160 -
CMYK 0.46 0.32 0 0.37
HSL 221.35º 0.3% 0.48% -
HSV(B) 221.35º 0.46% 0.63% -
XYZ 15.65 15.45 35.42 -
YUV 107.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 86 109 160 0.46 0.32 0 0.37 221.35 0.3 0.48
Hex 56 6D A0 2E 20 0 25 DD 1E 30
Octal 126 155 240 56 40 0 45 335 36 60
Binary 1010110 1101101 10100000 101110 100000 0 100101 11011101 11110 110000

Color Harmonies of #566DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566DA0

Black with #566DA0

Text Example


Text Example

White with #566DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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