Html Css Color HEX #566E9B San Marino

📋 copy color: '#566E9B'

red 86 ◦ green 110 ◦ blue 155

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

Shades of San Marino #566E9B

Tints of San Marino #566E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 24.5%
G = 31.34%
B = 44.16%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#566E9B (or 0x566E9B) is known color: San Marino. HEX triplet: 56, 6E and 9B. RGB value is (86,110,155). Sum of RGB (Red+Green+Blue) = 86+110+155=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #566E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566E9B is #A99164. Grayscale: #6B6B6B. Windows color (decimal): -11112805 or 10186326. OLE color: 10186326.

HSL color Cylindrical-coordinate representation of color #566E9B: hue angle of 219.13º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #566E9B is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 110 155 -
CMYK 0.45 0.29 0 0.39
HSL 219.13º 0.29% 0.47% -
HSV(B) 219.13º 0.45% 0.61% -
XYZ 15.33 15.5 33.19 -
YUV 107.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 86 110 155 0.45 0.29 0 0.39 219.13 0.29 0.47
Hex 56 6E 9B 2D 1D 0 27 DB 1D 2F
Octal 126 156 233 55 35 0 47 333 35 57
Binary 1010110 1101110 10011011 101101 11101 0 100111 11011011 11101 101111

Color Harmonies of #566E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566E9B

Black with #566E9B

Text Example


Text Example

White with #566E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,110,155); }

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

background-color css

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

 a { background-color: rgb(86,110,155); }

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

border-color css

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

 span { border-color: rgb(86,110,155); }

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